text shadow color and size
This commit is contained in:
parent
6605481565
commit
af24321eef
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -430,7 +430,7 @@ a:visited {
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #d9f3ff;
|
color: #d9f3ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0 0 0.25em #54ff95;
|
text-shadow: 0 0 0.6em #1bff73;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button:active,
|
a.button:active,
|
||||||
|
|
|
||||||
|
|
@ -323,7 +323,7 @@ a:visited {
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #d9f3ff;
|
color: #d9f3ff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: 0 0 0.25em #54ff95;
|
text-shadow: 0 0 0.6em #1bff73;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.button:active,
|
a.button:active,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue