text shadow color and size

This commit is contained in:
ReznoRMichael 2021-02-17 17:40:36 +01:00
parent 6605481565
commit af24321eef
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -430,7 +430,7 @@ a:visited {
a:hover {
color: #d9f3ff;
text-decoration: none;
text-shadow: 0 0 0.25em #54ff95;
text-shadow: 0 0 0.6em #1bff73;
}
a.button:active,

View file

@ -323,7 +323,7 @@ a:visited {
a:hover {
color: #d9f3ff;
text-decoration: none;
text-shadow: 0 0 0.25em #54ff95;
text-shadow: 0 0 0.6em #1bff73;
}
a.button:active,