mirror of
https://github.com/psforever/PSFPortal.git
synced 2026-01-19 18:14:45 +00:00
Fix hover links being too dark
This commit is contained in:
parent
4e567c7960
commit
e5fadd5891
|
|
@ -37,6 +37,7 @@ a {
|
|||
}
|
||||
|
||||
a:hover {
|
||||
color: darken(rgb(0,150,250), 10%);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue