Create noSpoilers.css

This commit is contained in:
smartfridge 2021-03-17 11:27:10 +01:00 committed by GitHub
parent 10201d3560
commit 06939ac040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
smartcord/noSpoilers.css Normal file
View File

@ -0,0 +1,14 @@
.spoiler-1PPAUc.hiddenSpoilers-1ksnR6 {
filter: blur(0);
}
.spoilerWarning-2aAZq1 {
display: none;
}
.theme-dark .spoilerText-3p6IlD.hidden-HHr2R9, .theme-dark .spoilerText-3p6IlD.hidden-HHr2R9:hover {
background-color: transparent;
cursor: text;
}
.spoilerText-3p6IlD.hidden-HHr2R9 .inlineContent-3ZjPuv {
opacity: 1;
cursor: text;
}