text-shadow on hover links
This commit is contained in:
parent
225165f457
commit
d911d08ff4
3 changed files with 12 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -430,6 +430,7 @@ a:visited {
|
|||
a:hover {
|
||||
color: #d9f3ff;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 0 0.25em #54ff95;
|
||||
}
|
||||
|
||||
a.button:active,
|
||||
|
|
@ -437,6 +438,10 @@ a.button:visited {
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
a.button:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
a.wiki {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -323,6 +323,7 @@ a:visited {
|
|||
a:hover {
|
||||
color: #d9f3ff;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 0 0.25em #54ff95;
|
||||
}
|
||||
|
||||
a.button:active,
|
||||
|
|
@ -330,6 +331,10 @@ a.button:visited {
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
a.button:hover {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
a.wiki {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue