make the theme a bit nicer on the eyes
slightly darker background, *and* darker text Signed-off-by: Leah Rowe <info@minifree.org>master
parent
bc0215908f
commit
0331d2e66f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue