forked from AkkomaGang/akkoma-fe
Differentiate content warning block if it is on lightbg
This commit is contained in:
parent
b3e122d31f
commit
65edcaf4b9
1 changed files with 5 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue