Skip to content

Commit

Permalink
white
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkwrght committed May 20, 2021
1 parent 5a8be3b commit a8f4037
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ body {
Link
-------------- */
a {
color: #0F1847;
color: #F2F2F2;
text-decoration: underline;
line-height: 2;

&:hover,
&:focus {
text-decoration: none;
color: #0F1847;
color: #F2F2F2;

}

Expand Down Expand Up @@ -100,7 +100,7 @@ h6 {
-------------- */

p {
color: #0F1847;
color: #F2F2F2;
margin: 0 0 1rem;
line-height: 1.7em;
font-weight: bold;
Expand Down

0 comments on commit a8f4037

Please sign in to comment.