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
Leah Rowe 2024-08-23 15:30:41 +01:00
parent bae3fad52c
commit 918b8a968a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
html
{
background: #280b22;
color: #eee;
color: #ccc;
font-family: sans-serif;
line-height: 1.4;
text-shadow: 1px 1px #000;