Change the background color of the code-blocks on the default theme. Fix #511

This commit is contained in:
Alexis Métaireau 2012-10-12 22:56:45 +02:00
commit cce962f3f0
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;} dt {font-weight: bold;}
dd {margin-left: 1.5em;} dd {margin-left: 1.5em;}
pre{background-color: #000; padding: 10px; color: #fff; margin: 10px; overflow: auto;} pre{background-color: rgb(238, 238, 238); padding: 10px; margin: 10px; overflow: auto;}
/* Quotes */ /* Quotes */
blockquote { blockquote {

View file

@ -1,5 +1,5 @@
.hll { .hll {
background-color:#FFFFCC; background-color:#eee;
} }
.c { .c {
color:#408090; color:#408090;