Peertube theme: fix title and login form colors.

This commit is contained in:
John Livingston 2021-11-23 17:05:23 +01:00
parent 8412c225d4
commit f334f17e8d
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 2 additions and 2 deletions

View File

@ -98,10 +98,10 @@
--chatroom-badge-hover-color: var(--peertube-button-background);
--chatroom-correcting-color: #ffffc0;
--chatroom-head-bg-color-dark: #d24e2b;
--chatroom-head-bg-color: white;
--chatroom-head-bg-color: var(--peertube-menu-background);
--chatroom-head-border-bottom: 1px solid var(--peertube-grey-foreground);
--chatroom-head-button-color: #999;
--chatroom-head-color: #7e7e7e;
--chatroom-head-color: var(--peertube-menu-foreground);
--chatroom-head-description-border-left: 1px solid #ddd;
--chatroom-head-description-color: black;
--chatroom-head-description-display: inline;