tyyli.css: make pre tag easier to read

This commit is contained in:
Mikaela Suomalainen 2013-01-25 15:23:04 +02:00
parent 2436e1e7fd
commit 59f1b8d52f

View File

@ -17,7 +17,7 @@ body {
} }
pre { pre {
color: #FFFFFF; color: #000000;
background-color: #C3C3C3; background-color: #C3C3C3;
font-family: Courier, "Courier New"; font-family: Courier, "Courier New";
} }