Added CSS for links

This commit is contained in:
Serĉanto de Scio 2016-02-24 13:04:07 +10:00
parent a98b849f4e
commit 0e601f3823

View file

@ -82,3 +82,8 @@ div#footer img {
left: 1%;
padding-left: 1%;
}
div#content a, div#content a:visited {
color: rgb(0,204,0);
text-decoration: none;
}