1
0
Fork 0
forked from github/pelican

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

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