tyyli.css: add :link and :visited

This commit is contained in:
Mikaela Suomalainen 2012-09-18 21:01:05 +03:00
parent 8d2bdac551
commit 48c002cdc5

View File

@ -1,4 +1,6 @@
body {
color: black;
background-color: silver;
background-color_ silver;
:link: blue;
:visited: purple;
}