tyyli.css: Don't be so complex. White on Black is OK.

This commit is contained in:
Mikaela Suomalainen 2013-05-13 08:51:05 +03:00
parent d23a4e6517
commit 132297c28e

View File

@ -4,30 +4,30 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
color: #FF0000; color: white;
background-color: #CCFFE6; background-color: black;
text-align: center text-align: center
} }
body { body {
color: #FF0000; color: white;
background-color: #CCFFE6; background-color: black;
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: #FF0000; color: black;
background-color: #C3C3C3; background-color: white;
font-family: Courier, "Courier New"; font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
} }
a:link { a:link {
color: #00CC00 color: blue
} }
a:visited { a:visited {
color: #000000 color: red
} }
img { img {