Added CSS for links

consensus
Serĉanto de Scio 2016-02-24 13:04:07 +10:00
parent a98b849f4e
commit 0e601f3823
1 changed files with 5 additions and 0 deletions

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;
}