From 02f3b66b04336c728b889cc7304b9d94b6668e85 Mon Sep 17 00:00:00 2001 From: David Peterman Date: Tue, 14 Jun 2022 10:48:14 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Selected=20buttons=20are=20more?= =?UTF-8?q?=20easy=20to=20distinguish=20from=20non-selected=20buttons.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 8fb4f8c46..76c39fcea 100644 --- a/assets/style.css +++ b/assets/style.css @@ -389,7 +389,7 @@ a:hover { border: 1px solid #c6c6c6; } .side-panel-btn.is-active { - border: 1px solid #7cb1b7; + border: 2px solid #7cb1b7; } .panel-tabs { border: none !important;