From: Steinar H. Gunderson Date: Sun, 31 Jul 2022 10:34:03 +0000 (+0200) Subject: Fix dark mode borders on mobile. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=be479f2ad66f336dd705e0974de5a332a35af683;hp=937f17ad184ce4828ef55d06bd6810e5352a0897;p=remoteglot Fix dark mode borders on mobile. --- diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index a2d469b..42bf1b9 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -205,7 +205,7 @@ a.move:hover { @media (prefers-color-scheme: dark) { -body { +:root { background: black; color: #eee; }