tyyli.css: give code different colour

This commit is contained in:
Mikaela Suomalainen 2012-11-04 15:15:22 +02:00
parent e7e152adaa
commit 90a2bd54c8

View File

@ -4,6 +4,12 @@ body {
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
}
pre {
color: white;
background-color: black;
font-family: Courier, "Courier New", ;
}
a:link {
color: red
}