fix collapsed notifications incorrect styles
This commit is contained in:
parent
adc47ad38a
commit
d8827932bc
6 changed files with 18 additions and 26 deletions
|
|
@ -1,6 +1,15 @@
|
|||
.RichContent {
|
||||
font-family: var(--font);
|
||||
|
||||
&.-faint {
|
||||
/* stylelint-disable declaration-no-important */
|
||||
--text: var(--textFaint) !important;
|
||||
--link: var(--linkFaint) !important;
|
||||
--funtextGreentext: var(--funtextGreentextFaint) !important;
|
||||
--funtextCyantext: var(--funtextCyantextFaint) !important;
|
||||
/* stylelint-enable declaration-no-important */
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 0.2em 0 0.2em 0.2em;
|
||||
font-style: italic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue