Peertube theme: fix colors for .correcting ; colors for spoilers.

This commit is contained in:
John Livingston
2021-11-24 15:11:48 +01:00
parent 752fafe376
commit e2d445e6d8
2 changed files with 13 additions and 1 deletions

View File

@ -96,7 +96,7 @@
--heading-color: #9b4d;
--chatroom-badge-color: var(--peertube-button-background);
--chatroom-badge-hover-color: var(--peertube-button-background);
--chatroom-correcting-color: #ffffc0;
--chatroom-correcting-color: var(--peertube-grey-background);
--chatroom-head-bg-color-dark: #d24e2b;
--chatroom-head-bg-color: var(--peertube-menu-background);
--chatroom-head-border-bottom: 1px solid var(--peertube-grey-foreground);