fix previous commit

This commit is contained in:
Mikaela Suomalainen 2012-09-18 21:04:42 +03:00
parent 48c002cdc5
commit 1c5632faf9

View File

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