front page link hovers
This commit is contained in:
parent
bbf3631c53
commit
97ef5812d8
@ -70,3 +70,19 @@ ul {
|
|||||||
#svgtext{
|
#svgtext{
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #34495e;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:active {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user