high contast svg images
This commit is contained in:
parent
f95f76dff4
commit
a7c89f3476
|
@ -866,3 +866,9 @@ h1 svg {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (-ms-high-contrast: active) {
|
||||||
|
img[src*=".svg"] {
|
||||||
|
filter: invert(100%);
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -866,3 +866,9 @@ h1 svg {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (-ms-high-contrast: active) {
|
||||||
|
img[src*=".svg"] {
|
||||||
|
filter: invert(100%);
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user