From ff456f85dd9037afc39a08e341917ce91c1a58bb Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 27 Apr 2026 21:52:21 +0200 Subject: [PATCH] remove iframe bg --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 05cf3fc8..f5d0ccbf 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -878,6 +878,9 @@ html.y #path a:hover { font-family: 'scp', 'consolas', monospace; font-family: var(--font-mono), 'scp', 'consolas', monospace; } +.iframe { + background: none; +} #doc>iframe, .logue>iframe { background: var(--bgg);