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
1 changed files with 5 additions and 3 deletions

View File

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