This commit is contained in:
HanzZ 2012-11-29 13:55:05 +01:00
parent ed8bf3bd65
commit 39489afda0

View file

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