diff --git a/web/theme.css b/web/theme.css --- a/web/theme.css +++ b/web/theme.css @@ -188,6 +188,6 @@ --typeahead-overlay-text: var(--shades-white-100); --typeahead-overlay-shadow-primary: rgba(0, 0, 0, 0.25); --typeahead-overlay-shadow-secondary: rgba(0, 0, 0, 0.4); - --spoiler-text-color: var(--shades-black-80); - --spoiler-background-color: var(--shades-black-80); + --spoiler-text-color: #33332c; + --spoiler-background-color: #33332c; }