uninvert video too

This commit is contained in:
Neale Pickett 2022-09-04 20:06:14 -06:00
parent c53e56d2e7
commit 8122ae2fdf
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ button.big {
background-image: url("../images/bg-dark.jpg");
filter: invert(1);
}
img {
img,video {
filter: invert(1);
}
}