tyyli.css: Move to nicer colours

This commit is contained in:
Mikaela Suomalainen 2013-05-06 14:29:24 +03:00
parent a3954ce64f
commit 36120c1e4f

View File

@ -4,30 +4,30 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
color: #000080; color: #FF0000;
background-color: #FFFFFF; background-color: #CCFFE6;
text-align: center text-align: center
} }
body { body {
color: #FFFFFF; color: #FF0000;
background-color: #000080; background-color: #CCFFE6;
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif; font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
text-align: justify-center text-align: justify-center
} }
pre { pre {
color: #000000; color: #FF0000;
background-color: #C3C3C3; background-color: #C3C3C3;
font-family: Courier, "Courier New"; font-family: Courier, "Courier New";
} }
a:link { a:link {
color: #00FF00 color: #00CC00
} }
a:visited { a:visited {
color: #C0FFC0 color: #000000
} }
img { img {