Ver código fonte

high contast svg images

Heydon Pickering 8 anos atrás
pai
commit
a7c89f3476

+ 6 - 0
docs/css/styles.css

@@ -866,3 +866,9 @@ h1 svg {
         background: none;
     }
 }
+@media (-ms-high-contrast: active) {
+  img[src*=".svg"] {
+    filter: invert(100%);
+    background: #fff;
+  }
+}

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
docs/service-worker.js


+ 6 - 0
themes/infusion/static/css/styles.css

@@ -866,3 +866,9 @@ h1 svg {
         background: none;
     }
 }
+@media (-ms-high-contrast: active) {
+  img[src*=".svg"] {
+    filter: invert(100%);
+    background: #fff;
+  }
+}

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff