fix: table row hover highlighting in dark mode (#122)

pull/126/head
sigoden 2022-08-03 07:02:58 +08:00 committed by GitHub
parent 0918fb3fe4
commit a489c5647a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -231,4 +231,8 @@ body {
.path a { .path a {
color: #3191ff; color: #3191ff;
} }
.paths-table tr:hover {
background-color: #1a1a1a;
}
} }