This commit is contained in:
Raimond Lume 2017-10-08 16:12:54 +03:00
commit 10cf55c7c4

View File

@ -71,3 +71,19 @@ ul {
#svgtext{
font-size: 20pt;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #34495e;
}
a:active {
color: black;
}