aboutsummaryrefslogtreecommitdiffstats
path: root/nmnlist
diff options
context:
space:
mode:
authorStéphane Caron <stephane.caron@ens.fr>2013-03-20 12:31:23 +0100
committerStéphane Caron <stephane.caron@ens.fr>2013-03-20 12:31:23 +0100
commitbfa7e41948f91f2f0e300a1bf6539192ab26214b (patch)
tree56fb798711192ddb566f92ec671f690687e812e3 /nmnlist
parent552f2f6bb0c9a3440a19d5d5da71aab03b6bbe2a (diff)
downloadpelican-themes-bfa7e41948f91f2f0e300a1bf6539192ab26214b.zip
pelican-themes-bfa7e41948f91f2f0e300a1bf6539192ab26214b.tar.gz
pelican-themes-bfa7e41948f91f2f0e300a1bf6539192ab26214b.tar.bz2
made theme a little bit clearer
Diffstat (limited to 'nmnlist')
-rw-r--r--nmnlist/static/css/.main.css.un~bin50017 -> 0 bytes
-rw-r--r--nmnlist/static/css/main.css6
2 files changed, 3 insertions, 3 deletions
diff --git a/nmnlist/static/css/.main.css.un~ b/nmnlist/static/css/.main.css.un~
deleted file mode 100644
index 918c349..0000000
--- a/nmnlist/static/css/.main.css.un~
+++ /dev/null
Binary files differ
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;