From 01af43de045235b8c768cf2c3bee91da84fe1197 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 13 Jun 2021 23:39:27 +0500 Subject: [PATCH] Add dark theme to the shortcuts pop up --- static/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/default.css b/static/default.css index a63c333..622502b 100644 --- a/static/default.css +++ b/static/default.css @@ -384,3 +384,9 @@ kbd { .shortcut-row__description { flex: 1; } + +@media (prefers-color-scheme: dark) { + .dialog { + background-color: #343434; + } +} \ No newline at end of file