text-shadow on hover links

This commit is contained in:
ReznoRMichael 2021-02-17 16:30:55 +01:00
parent 225165f457
commit d911d08ff4
3 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -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;
}

View file

@ -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;
}