tyyli.css: add colors to links (default)

This commit is contained in:
Mikaela Suomalainen 2012-09-18 21:14:18 +03:00
parent 89f8f457f8
commit bb13edf07b

View File

@ -2,3 +2,6 @@ body {
color: black;
background-color: silver;
}
a:link { color: blue }
a:visited { color: purple }