From: sigoden Date: Tue, 2 Aug 2022 23:02:58 +0000 (+0800) Subject: fix: table row hover highlighting in dark mode (#122) X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=a489c5647ad4fced7f771b8b18f39cceda646db1;p=ozva-cloud fix: table row hover highlighting in dark mode (#122) --- 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; + } }