# HG changeset patch # User neko259 # Date 2017-12-14 21:47:01 # Node ID ebf5bcfac11bf1ec038d5b7ecffb2e1d3c15f1c9 # Parent 5e4b53bc6041c869369f9416b2f1de33adff0d65 Make everything inside monochrome post monochrome diff --git a/boards/static/css/base.css b/boards/static/css/base.css --- a/boards/static/css/base.css +++ b/boards/static/css/base.css @@ -148,7 +148,7 @@ textarea, input { filter: invert(100%); } -.monochrome > .image > .thumb > img, .monochrome .url-image, .monochrome.img-full { +.monochrome > .image, .monochrome .url-image, .monochrome.img-full { filter: grayscale(100%); }