]> OzVa Git service - ozva-cloud/commitdiff
fix: table row hover highlighting in dark mode (#122)
authorsigoden <sigoden@gmail.com>
Tue, 2 Aug 2022 23:02:58 +0000 (07:02 +0800)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2022 23:02:58 +0000 (07:02 +0800)
assets/index.css

index a69dcb1f0576c7a81ae0a5634d22ffd72d31d200..ff17861d8c9207d86d7f2dc1314632ebd5145892 100644 (file)
@@ -231,4 +231,8 @@ body {
   .path a {
     color: #3191ff;
   }
+
+  .paths-table tr:hover {
+    background-color: #1a1a1a;
+  }
 }