From a03af7a4d219a56b9b4e9e47b0f7c717f5a2e188 Mon Sep 17 00:00:00 2001 From: knight Date: Wed, 5 Nov 2025 00:04:10 -0500 Subject: [PATCH] Revert "Dim bright white backgrounds for easier viewing" This reverts commit 678bdf3a70e31119e3811b95ed7abc994743f360. --- static/style.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/static/style.css b/static/style.css index 779d34e..08ddc4e 100644 --- a/static/style.css +++ b/static/style.css @@ -39,22 +39,6 @@ body { margin: 0; } -/* Dim white backgrounds for easier viewing */ -input[type="text"], -textarea, -select { - background: #f5f5f5 !important; -} - -.window-body { - background: #f0f0f0; -} - -.transcript, -.full-transcript { - background: #f5f5f5 !important; -} - /* Channel dropdown custom styling */ .channel-dropdown { position: relative;