From a489c5647ad4fced7f771b8b18f39cceda646db1 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 3 Aug 2022 07:02:58 +0800 Subject: [PATCH] fix: table row hover highlighting in dark mode (#122) --- assets/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/index.css b/assets/index.css index a69dcb1..ff17861 100644 --- a/assets/index.css +++ b/assets/index.css @@ -231,4 +231,8 @@ body { .path a { color: #3191ff; } + + .paths-table tr:hover { + background-color: #1a1a1a; + } }