From 5ecab763fc0a4bb1e0f7a734662c570f47686da0 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Wed, 16 Jun 2021 02:02:13 +0500 Subject: [PATCH] Fix dark theme for the shortcut dialog --- static/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/default.css b/static/default.css index abaaa9e..446c76a 100644 --- a/static/default.css +++ b/static/default.css @@ -405,5 +405,9 @@ kbd { @media (prefers-color-scheme: dark) { .dialog { background-color: #343434; + color: #ddd; + } + kbd { + color: #ddd; } }