Browse Source

Disabled highcontrast image effect by default

Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
pull/1/head
Blagovest Petrov 4 years ago
parent
commit
f348b4f6e8
  1. 2
      static/css/bootstrap.css

2
static/css/bootstrap.css

@ -645,7 +645,7 @@ a:focus {
clear: both; clear: both;
} }
img { img-highcontrast {
-webkit-filter: contrast(800%); -webkit-filter: contrast(800%);
-moz-filter: contrast(1000%); -moz-filter: contrast(1000%);
-ms-filter: contrast(800%); -ms-filter: contrast(800%);

Loading…
Cancel
Save