made theme a little bit clearer

This commit is contained in:
Stéphane Caron
2013-03-20 12:31:23 +01:00
parent 552f2f6bb0
commit bfa7e41948
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -14,7 +14,7 @@
/* line 13, ../../compass/src/main.scss */ /* line 13, ../../compass/src/main.scss */
body { body {
background: #111; background: #1E1E1E;
color: #EEE; color: #EEE;
font: 20px Hoefler Text, bodyfont, serif; font: 20px Hoefler Text, bodyfont, serif;
line-height: 30px; line-height: 30px;
@@ -125,7 +125,7 @@ strong {
/* line 92, ../../compass/src/main.scss */ /* line 92, ../../compass/src/main.scss */
tt, pre { tt, pre {
background-color: #222; background-color: #2A2A2A;
font-family: Inconsolata, Monaco, monospace; font-family: Inconsolata, Monaco, monospace;
line-height: 1.2em; line-height: 1.2em;
} }
@@ -166,7 +166,7 @@ header a#page-title {
/* line 121, ../../compass/src/main.scss */ /* line 121, ../../compass/src/main.scss */
footer { footer {
background: #222; background: #2A2A2A;
color: #CCC; color: #CCC;
font-family: helvetica, sans-serif; font-family: helvetica, sans-serif;
font-size: 13px; font-size: 13px;