[UPDATE] hover links in dark theme
This commit is contained in:
parent
3a7e358fc9
commit
1087d486bd
@ -87,9 +87,11 @@ a:focus {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.table tbody tr:hover td, .table tbody tr:hover th {
|
||||
.table tbody tr:hover a,
|
||||
.table tbody tr:hover td,
|
||||
.table tbody tr:hover th {
|
||||
background-color: #999999;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user