mikaela.github.io/tyyli.css
2012-11-04 15:29:03 +02:00

20 lines
295 B
CSS

body {
color: lightblue;
background-color: black;
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
}
a:visited {
color: pink
}