revert to variable for textarea background color

This commit is contained in:
matty 2024-06-23 13:04:46 -04:00
parent 1ec4ac77ce
commit 8e7ca2f986
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ body.converse-embedded converse-root.theme-peertube {
--message-avatar-height: 36px;
--chat-background-color: var(--peertube-main-background);
--chat-textarea-color: var(--peertube-input-foreground);
--chat-textarea-background-color: #26262678;
--chat-textarea-background-color: var(--peertube-main-background);
--chat-textarea-height: 38px;
--send-button-height: 27px;
--send-button-margin: 3px;