Fix text contrast ratio on pinned post links

This also darkens the text color of the blog description, to
differentiate it from the pinned links.
This commit is contained in:
Matt Baer 2020-03-17 10:24:30 -04:00
parent da0455198d
commit 3e1019f29d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
@actionNavColor: #999; @actionNavColor: #767676;
body { body {
margin: 0; margin: 0;
@ -58,7 +58,7 @@ header {
} }
p { p {
&.description { &.description {
color: #666; color: #444;
font-size: 1.1em; font-size: 1.1em;
margin-top: 0.5em; margin-top: 0.5em;
line-height: 1.5; line-height: 1.5;