hover
This commit is contained in:
parent
ed8bf3bd65
commit
39489afda0
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue