From e8f36263f840c7de8550d8b2ef7036967f960ba2 Mon Sep 17 00:00:00 2001 From: Gitoffthelawn Date: Mon, 16 Jan 2023 23:30:04 -0800 Subject: Improve dark theme --- css/popup.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/css/popup.css b/css/popup.css index 2a8dc70..573d18f 100644 --- a/css/popup.css +++ b/css/popup.css @@ -66,21 +66,18 @@ label span { color: #ddd; } - h1 { - color: white; - } - + h1, label { color: #eee; } th { - color: white; + color: #eee; font-weight: normal; } .disabled span { - color: rgb(252,87,84); + color: rgb(240,85,82); } button { -- cgit v1.2.3