make the theme a bit nicer on the eyes

slightly darker background, *and* darker text

Signed-off-by: Leah Rowe <info@minifree.org>
master
Leah Rowe 2024-08-23 16:42:17 +01:00
parent bc0215908f
commit 0331d2e66f
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@ h1,h2,h3,h4{font-weight:normal; font-size:2em}
html
{
/* color: #280b22; */
color: #0b2822;
background: #f0f3f0;
color: #000;
background: #eaeaea;
font-family: sans-serif;
line-height: 1.4;
}
@ -46,7 +46,7 @@ hr {
code,pre, #TOC, a:hover, img
{
background: #d9dad6;
background: #cfcfcf;
border-radius:0.25em;
}
header img