mirror of
https://github.com/writefreely/writefreely
synced 2024-11-28 11:30:18 +00:00
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:
parent
da0455198d
commit
3e1019f29d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
@actionNavColor: #999;
|
||||
@actionNavColor: #767676;
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -58,7 +58,7 @@ header {
|
|||
}
|
||||
p {
|
||||
&.description {
|
||||
color: #666;
|
||||
color: #444;
|
||||
font-size: 1.1em;
|
||||
margin-top: 0.5em;
|
||||
line-height: 1.5;
|
||||
|
|
Loading…
Reference in a new issue