mikaela.github.io/tyyli.css
Mikaela Suomalainen bc0aa3acc7 tyyli.css: replace colour names with colour codes
It seems that codes are more supported than names.
2013-05-16 10:29:40 +03:00

38 lines
542 B
CSS

h1,
h2,
h3,
h4,
h5,
h6 {
color: #FFFFFF;
background-color: #000000;
text-align: center
}
body {
color: #FFFFFF;
background-color: #000000;
font-family: "DejaVu Sans", Ubuntu, Arial, Arial, Helvetica, sans-serif;
text-align: justify-center
}
pre {
color: #000000;
background-color: #FFFFFF;
font-family: "Ubuntu Mono", "DejaVu Sans Mono", Courier, "Courier New";
}
a:link {
color: blue
}
a:visited {
color: red
}
img {
display: inherit;
margin-left: auto;
margin-right: auto
}