From 06939ac040ceefbc91414c177a6024975b0316f1 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:27:10 +0100 Subject: [PATCH] Create noSpoilers.css --- smartcord/noSpoilers.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 smartcord/noSpoilers.css diff --git a/smartcord/noSpoilers.css b/smartcord/noSpoilers.css new file mode 100644 index 0000000..e8f84ae --- /dev/null +++ b/smartcord/noSpoilers.css @@ -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; +}