Peertube theme: fix colors for .correcting ; colors for spoilers.
This commit is contained in:
@ -37,6 +37,12 @@
|
||||
}
|
||||
|
||||
.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
|
||||
a[href] {
|
||||
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.
|
||||
@media screen and (max-width: 576px) {
|
||||
.message {
|
||||
|
Reference in New Issue
Block a user