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

This commit is contained in:
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

View file

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