Revert "Dim bright white backgrounds for easier viewing"

This reverts commit 678bdf3a70e31119e3811b95ed7abc994743f360.
This commit is contained in:
knight 2025-11-05 00:04:10 -05:00
parent 678bdf3a70
commit a03af7a4d2

View File

@ -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;