diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index e8170affc..fe60ff572 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -57,9 +57,24 @@ a.blacklisted-active { } .post-preview.blacklisted-active, #image-container.blacklisted-active { - filter: brightness(0%); - -webkit-filter: brightness(0%); - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; + img { + display: none; + } + &:before { + display: none; + } + + background-color: black; + + &:after { + position: absolute; + content: "Blacklisted"; + color: white; + top: 45%; + right: 0; + left: 0; + font-size: 130%; + } } .post-preview {