diff options
author | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:31:23 +0100 |
---|---|---|
committer | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:31:23 +0100 |
commit | bfa7e41948f91f2f0e300a1bf6539192ab26214b (patch) | |
tree | 56fb798711192ddb566f92ec671f690687e812e3 | |
parent | 552f2f6bb0c9a3440a19d5d5da71aab03b6bbe2a (diff) | |
download | pelican-themes-bfa7e41948f91f2f0e300a1bf6539192ab26214b.tar.gz |
made theme a little bit clearer
-rw-r--r-- | nmnlist/static/css/.main.css.un~ | bin | 50017 -> 0 bytes | |||
-rw-r--r-- | nmnlist/static/css/main.css | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nmnlist/static/css/.main.css.un~ b/nmnlist/static/css/.main.css.un~ Binary files differdeleted file mode 100644 index 918c349..0000000 --- a/nmnlist/static/css/.main.css.un~ +++ /dev/null diff --git a/nmnlist/static/css/main.css b/nmnlist/static/css/main.css index 3b91cc2..7fc7bd1 100644 --- a/nmnlist/static/css/main.css +++ b/nmnlist/static/css/main.css @@ -14,7 +14,7 @@ /* line 13, ../../compass/src/main.scss */ body { - background: #111; + background: #1E1E1E; color: #EEE; font: 20px Hoefler Text, bodyfont, serif; line-height: 30px; @@ -125,7 +125,7 @@ strong { /* line 92, ../../compass/src/main.scss */ tt, pre { - background-color: #222; + background-color: #2A2A2A; font-family: Inconsolata, Monaco, monospace; line-height: 1.2em; } @@ -166,7 +166,7 @@ header a#page-title { /* line 121, ../../compass/src/main.scss */ footer { - background: #222; + background: #2A2A2A; color: #CCC; font-family: helvetica, sans-serif; font-size: 13px; |