mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
fix for faded statuslol time/respond links
This commit is contained in:
parent
3302882603
commit
2a25ba284c
1 changed files with 5 additions and 2 deletions
|
@ -197,7 +197,10 @@ ul.pagination li {
|
|||
}
|
||||
|
||||
.statuslol_time a:hover,
|
||||
.statuslol_time a:active,
|
||||
.statuslol_time a.active {
|
||||
.statuslol_time a:active {
|
||||
color: var(--hover) !important;
|
||||
}
|
||||
|
||||
small[style^="opacity: .5"] {
|
||||
opacity: 1 !important;
|
||||
}
|
Loading…
Reference in a new issue