colibris: fixs skin variants background

This commit is contained in:
Sebastian Castro 2020-04-17 08:44:18 +02:00 committed by muxator
parent e2e5c7695b
commit f650d3a35a

View file

@ -51,7 +51,7 @@
/* == Super Light Background == */
/* ============================ */
.super-light-background #editorcontainerbox, .super-light-background #sidediv,
.super-light-background #chatbox, .super-light-background {
.super-light-background #chatbox, .super-light-background #outerdocbody, .super-light-background {
--text-color: var(--super-dark-color);
--text-soft-color: var(--dark-color);
--border-color: var(--middle-color);
@ -70,7 +70,7 @@
/* == Light Background == */
/* ====================== */
.light-background #editorcontainerbox, .light-background #sidediv,
.light-background #chatbox, .light-background {
.light-background #chatbox, .light-background #outerdocbody, .light-background {
--text-color: var(--super-dark-color);
--text-soft-color: var(--dark-color);
--border-color: var(--middle-color);
@ -89,10 +89,10 @@
/* == Super Dark Background == */
/* =========================== */
.super-dark-background #editorcontainerbox, .super-dark-background #sidediv,
.super-dark-background #chatbox, .super-dark-background {
.super-dark-background #chatbox, .super-dark-background #outerdocbody, .super-dark-background {
--text-color: var(--super-light-color);
--text-soft-color: var(--light-color);
--border-color: var(--middle-color);
--border-color: var(--dark-color);
--bg-soft-color: var(--dark-color);
--bg-color: var(--super-dark-color);
}
@ -113,10 +113,10 @@
/* == Dark Background == */
/* ===================== */
.dark-background #editorcontainerbox, .dark-background #sidediv,
.dark-background #chatbox, .dark-background {
.dark-background #chatbox, .dark-background #outerdocbody, .dark-background {
--text-color: var(--super-light-color);
--text-soft-color: var(--light-color);
--border-color: var(--middle-color);
--border-color: var(--super-dark-color);
--bg-soft-color: var(--super-dark-color);
--bg-color: var(--dark-color);
}