From 9a58ebe80fe14c8ae7e47b9d97406a10cb5ba37d Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Sun, 26 Apr 2026 23:59:37 +0200 Subject: [PATCH] change IE background color --- copyparty/web/browser.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1cc4908a..3e30edd8 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -541,7 +541,7 @@ html,body,tr,th,td,#files,a,#blogout { border: none; } body { - background: #222; + background: #e4edf8; } @supports (background: var(--bg)) { body {