From 746a817b846a5e7429b43cd3b6a1170da7828919 Mon Sep 17 00:00:00 2001 From: Alex Weininger Date: Sun, 15 Dec 2019 23:29:25 -0800 Subject: [PATCH] Tweaks to dark theme hover colors (#99) --- dist/style_dark_mode.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/style_dark_mode.css b/dist/style_dark_mode.css index 86112e4..66df479 100644 --- a/dist/style_dark_mode.css +++ b/dist/style_dark_mode.css @@ -59,7 +59,7 @@ body { } .tab-header button:hover { - background-color: #ddd; + background-color: #494949; } .tab-header button.active { @@ -145,7 +145,7 @@ div.left { } .list-item:hover { - background: #363636; + background: #494949; } .link-thumb {