This commit is contained in:
Mirco Wittrien 2023-03-25 14:45:47 +01:00
parent c5521cb7c5
commit 51cbbd2864
2 changed files with 5 additions and 5 deletions

View File

@ -1468,10 +1468,10 @@ body::after {
backdrop-filter: blur(var(--popoutblur));
}
#app-mount .spoilerText-27bIiA { /* messageelement spoiler */
#app-mount .spoilerText-2G40u0 { /* messageelement spoiler */
background-color: rgba(var(--transparencycolor), .2);
}
#app-mount .spoilerText-27bIiA.hidden-3B-Rum { /* messageelement hiddenspoiler */
#app-mount .spoilerText-2G40u0.hidden-2lQZ5q { /* messageelement hiddenspoiler */
background-color: rgba(var(--transparencycolor), .6);
}

View File

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