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