mikaela.github.io/tyyli.css

21 lines
319 B
CSS
Raw Normal View History

body {
2012-10-21 16:10:37 +03:00
color: lightblue;
background-color: black;
2012-09-20 17:49:27 +03:00
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
2012-11-06 17:17:34 +02:00
text-align: justify
}
2012-11-04 15:15:22 +02:00
pre {
color: white;
background-color: black;
2012-11-04 15:28:06 +02:00
font-family: Courier, "Courier New";
2012-11-04 15:15:22 +02:00
}
2012-10-21 16:10:37 +03:00
a:link {
color: red
}
a:visited {
color: pink
}