Browse Source

tweaked high contrast query

Heydon Pickering 8 years ago
parent
commit
b83691afc7
3 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 1 1
      themes/infusion/static/css/styles.css

+ 1 - 1
docs/css/styles.css

@@ -879,7 +879,7 @@ h1 svg {
 }
 @media (-ms-high-contrast: active) {
   img[src*=".svg"] {
-    filter: invert(100%);
     background: #fff;
+    padding: 0.5rem;
   }
 }

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 1 - 1
themes/infusion/static/css/styles.css

@@ -879,7 +879,7 @@ h1 svg {
 }
 @media (-ms-high-contrast: active) {
   img[src*=".svg"] {
-    filter: invert(100%);
     background: #fff;
+    padding: 0.5rem;
   }
 }

Some files were not shown because too many files changed in this diff