Skip to content

Commit 38df529

Browse files
committed
fix color contrast
1 parent a8374f9 commit 38df529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stylesheets/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
body {
44
padding: 25px;
55
font: 14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
6-
color: #777;
6+
color: #585858;
77
font-weight: 300;
88
}
99

@@ -33,7 +33,7 @@ h3, h4, h5, h6 {
3333
}
3434

3535
a {
36-
color: #39c;
36+
color: #005d8c;
3737
font-weight: 400;
3838
text-decoration: none;
3939
}

0 commit comments

Comments
 (0)