diff --git a/index.css b/index.css index 9653262e6..b3a0c5662 100644 --- a/index.css +++ b/index.css @@ -2335,3 +2335,9 @@ svg.button { display: none; } } + +@media (prefers-color-scheme: dark) { + body { + background: #25252a; + } +}