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; } }