This commit is contained in:
Mirco Wittrien 2023-05-26 11:53:18 +02:00
parent 63ae1087e9
commit efdbaf6f3c
3 changed files with 6 additions and 6 deletions

View File

@ -3221,7 +3221,7 @@
"spoilerembedhidden": ["MessageAttachment", "hiddenSpoilers"], "spoilerembedhidden": ["MessageAttachment", "hiddenSpoilers"],
"spoilerembedinline": ["MessageAttachment", "inline"], "spoilerembedinline": ["MessageAttachment", "inline"],
"spoilerhidden": ["Spoiler", "hidden"], "spoilerhidden": ["Spoiler", "hidden"],
"spoilertext": ["Spoiler", "spoilerText"], "spoilertext": ["Spoiler", "spoilerContent"],
"spoilerwarning": ["Spoiler", "spoilerWarning"], "spoilerwarning": ["Spoiler", "spoilerWarning"],
"splashbackground": ["NotFound", "splashBackground"], "splashbackground": ["NotFound", "splashBackground"],
"strikethrough": ["TextStyle", "strikethrough"], "strikethrough": ["TextStyle", "strikethrough"],

View File

@ -1476,10 +1476,10 @@ body::after {
backdrop-filter: blur(var(--popoutblur)); backdrop-filter: blur(var(--popoutblur));
} }
#app-mount .spoilerText-2G40u0 { /* messageelement spoiler */ #app-mount .spoilerContent-32CqO- { /* messageelement spoiler */
background-color: rgba(var(--transparencycolor), .2); background-color: rgba(var(--transparencycolor), .2);
} }
#app-mount .spoilerText-2G40u0.hidden-2lQZ5q { /* messageelement hiddenspoiler */ #app-mount .spoilerContent-32CqO-.hidden-2lQZ5q { /* messageelement hiddenspoiler */
background-color: rgba(var(--transparencycolor), .6); background-color: rgba(var(--transparencycolor), .6);
} }

View File

@ -1249,13 +1249,13 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
color: #fff; color: #fff;
} }
#app-mount .spoilerText-2G40u0 { #app-mount .spoilerContent-32CqO- {
background-color: rgba(var(--textbrightest),.1); background-color: rgba(var(--textbrightest),.1);
} }
#app-mount .spoilerText-2G40u0.hidden-2lQZ5q { #app-mount .spoilerContent-32CqO-.hidden-2lQZ5q {
background-color: var(--background-tertiary); background-color: var(--background-tertiary);
} }
#app-mount .spoilerText-2G40u0.hidden-2lQZ5q:hover { #app-mount .spoilerContent-32CqO-.hidden-2lQZ5q:hover {
background-color: rgba(var(--backgroundtertiary),.8); background-color: rgba(var(--backgroundtertiary),.8);
} }