high contast svg images

This commit is contained in:
Heydon Pickering 2017-08-05 11:26:06 +01:00
parent f95f76dff4
commit a7c89f3476
3 changed files with 13 additions and 1 deletions

View File

@ -866,3 +866,9 @@ h1 svg {
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

View File

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