make text a bit darker (#ccc, not #eee)
i normally use redshift, and the #eee shade looks fine, but the text is a bit too bright when i turn off redshift. ccc looks fine with or without. the dark purple theme was restored, because the light theme was a bit of an eye sore, but the shiny bright text on the dark theme was also an eye strain the slightly darker shade should be easier on the eyes Signed-off-by: Leah Rowe <info@minifree.org>master
parent
bae3fad52c
commit
918b8a968a
|
@ -32,7 +32,7 @@
|
|||
html
|
||||
{
|
||||
background: #280b22;
|
||||
color: #eee;
|
||||
color: #ccc;
|
||||
font-family: sans-serif;
|
||||
line-height: 1.4;
|
||||
text-shadow: 1px 1px #000;
|
||||
|
|
Loading…
Reference in New Issue