diff --git a/app/assets/stylesheets/common/spoiler.css.scss b/app/assets/stylesheets/common/spoiler.css.scss index c94c8fd00..0b8bd4892 100644 --- a/app/assets/stylesheets/common/spoiler.css.scss +++ b/app/assets/stylesheets/common/spoiler.css.scss @@ -3,6 +3,14 @@ background: black; } +.spoiler a { + color: black; +} + .spoiler:hover { color: white; -} \ No newline at end of file +} + +.spoiler:hover a{ + color: white; +}