Peertube theme: fix colors for .correcting ; colors for spoilers.
This commit is contained in:
parent
752fafe376
commit
e2d445e6d8
@ -37,6 +37,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-msg__text {
|
.chat-msg__text {
|
||||||
|
// spoiler content more visible.
|
||||||
|
&.spoiler {
|
||||||
|
color: var(--peertube-grey-foreground) !important;
|
||||||
|
background-color: var(--peertube-grey-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
// underline links in chat messages
|
// underline links in chat messages
|
||||||
a[href] {
|
a[href] {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@ -47,6 +53,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.correcting {
|
||||||
|
// Fix color/background-color for correcting messages and textareas
|
||||||
|
color: var(--peertube-grey-foreground) !important;
|
||||||
|
background-color: var(--peertube-grey-background) !important;
|
||||||
|
}
|
||||||
|
|
||||||
// hidding avatars when screen width is not big enough.
|
// hidding avatars when screen width is not big enough.
|
||||||
@media screen and (max-width: 576px) {
|
@media screen and (max-width: 576px) {
|
||||||
.message {
|
.message {
|
||||||
|
@ -96,7 +96,7 @@
|
|||||||
--heading-color: #9b4d;
|
--heading-color: #9b4d;
|
||||||
--chatroom-badge-color: var(--peertube-button-background);
|
--chatroom-badge-color: var(--peertube-button-background);
|
||||||
--chatroom-badge-hover-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-dark: #d24e2b;
|
||||||
--chatroom-head-bg-color: var(--peertube-menu-background);
|
--chatroom-head-bg-color: var(--peertube-menu-background);
|
||||||
--chatroom-head-border-bottom: 1px solid var(--peertube-grey-foreground);
|
--chatroom-head-border-bottom: 1px solid var(--peertube-grey-foreground);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user