From efdbaf6f3caad1343f7eca0b43705d0371a6d9de Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 26 May 2023 11:53:18 +0200 Subject: [PATCH] stuff --- Library/_res/0BDFDB.data.json | 2 +- Themes/BasicBackground/BasicBackground.css | 4 ++-- Themes/DiscordRecolor/DiscordRecolor.css | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index 4fa62c6b42..199d09bbdb 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -3221,7 +3221,7 @@ "spoilerembedhidden": ["MessageAttachment", "hiddenSpoilers"], "spoilerembedinline": ["MessageAttachment", "inline"], "spoilerhidden": ["Spoiler", "hidden"], - "spoilertext": ["Spoiler", "spoilerText"], + "spoilertext": ["Spoiler", "spoilerContent"], "spoilerwarning": ["Spoiler", "spoilerWarning"], "splashbackground": ["NotFound", "splashBackground"], "strikethrough": ["TextStyle", "strikethrough"], diff --git a/Themes/BasicBackground/BasicBackground.css b/Themes/BasicBackground/BasicBackground.css index cfeb21b171..45d6628e13 100644 --- a/Themes/BasicBackground/BasicBackground.css +++ b/Themes/BasicBackground/BasicBackground.css @@ -1476,10 +1476,10 @@ body::after { backdrop-filter: blur(var(--popoutblur)); } -#app-mount .spoilerText-2G40u0 { /* messageelement spoiler */ +#app-mount .spoilerContent-32CqO- { /* messageelement spoiler */ 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); } diff --git a/Themes/DiscordRecolor/DiscordRecolor.css b/Themes/DiscordRecolor/DiscordRecolor.css index 8e25239d84..3ac036174a 100644 --- a/Themes/DiscordRecolor/DiscordRecolor.css +++ b/Themes/DiscordRecolor/DiscordRecolor.css @@ -1249,13 +1249,13 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] { color: #fff; } -#app-mount .spoilerText-2G40u0 { +#app-mount .spoilerContent-32CqO- { background-color: rgba(var(--textbrightest),.1); } -#app-mount .spoilerText-2G40u0.hidden-2lQZ5q { +#app-mount .spoilerContent-32CqO-.hidden-2lQZ5q { 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); }