diff --git a/static/style.css b/static/style.css index 08ddc4e..779d34e 100644 --- a/static/style.css +++ b/static/style.css @@ -39,6 +39,22 @@ 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;