Differentiate content warning block if it is on lightbg

This commit is contained in:
Vivian Lim 2018-06-27 23:55:57 -07:00 committed by Vivian Lim
parent b3e122d31f
commit 65edcaf4b9

View file

@ -507,9 +507,11 @@ a.unmute {
margin: 8px; margin: 8px;
padding: 32px; padding: 32px;
background: var(--lightBg, $fallback--lightBg); background: var(--lightBg, $fallback--lightBg);
color: #CCCCCC;
border-radius: var(--panelRadius, $fallback--panelRadius); border-radius: var(--panelRadius, $fallback--panelRadius);
} }
.status-el_focused * .hiddenContent {
background: var(--bg, $fallback--bg);
}
.contentWarnedContent { .contentWarnedContent {
margin: 8px; margin: 8px;
} }