fix: table row hover highlighting in dark mode (#122)
This commit is contained in:
parent
0918fb3fe4
commit
a489c5647a
1 changed files with 4 additions and 0 deletions
|
@ -231,4 +231,8 @@ body {
|
|||
.path a {
|
||||
color: #3191ff;
|
||||
}
|
||||
|
||||
.paths-table tr:hover {
|
||||
background-color: #1a1a1a;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue