From d54a9f1bfb34a2382c6ab859e9fece352c8f7b11 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Tue, 28 Jun 2022 09:24:04 +0100 Subject: [PATCH] Make buttons clearer in dark mode Former-commit-id: 6053f471464453311f7b21ec843d5611b772e83b Former-commit-id: f054a0241fe8420eac8f4106ca7c2bf454305a44 [formerly 309bbd43c75f8b5627fa4a436cd5575380c32446] Former-commit-id: 3a83b6ed061afe1ff3657ac367979c15d4d0ca48 --- www/css/app.css | 5 +++++ www/index.html | 16 ++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/www/css/app.css b/www/css/app.css index bb6bb548..7f0e454a 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -270,6 +270,11 @@ nav a.btn-primary, .input-group-addon { border-color: #222 !important; } +.dark .btn-inline { + background: #182828 !important; + border-color: darkslategray !important; +} + .dark .btn:hover, .dark .btn:active, .dark .btn-primary:active, .dark .btn-primary.active { background: darkslategray !important; background-color: darkslategray !important; diff --git a/www/index.html b/www/index.html index 8f3d7290..338719e9 100644 --- a/www/index.html +++ b/www/index.html @@ -659,7 +659,7 @@