This commit is contained in:
HanzZ 2012-11-29 13:56:31 +01:00
parent 39489afda0
commit 87741b02fd

View file

@ -125,13 +125,18 @@ a {
-ms-transition: text-shadow 0.5s ease;
}
a:hover {
#main_content a:hover {
color: #0069ba;
text-shadow: #0090ff 0px 0px 2px;
}
footer a:hover {
color: #43adff;
text-shadow: #0090ff 0px 0px 2px;
}
#main_content a:hover {
color: #0069ba;
#menu a:hover {
color: #212121;
text-shadow: #0090ff 0px 0px 2px;
}