also uninvert canvas

This commit is contained in:
Neale Pickett 2022-09-04 20:39:56 -06:00
parent 161d81ac48
commit aedcb9f83e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
date: "2022-09-04T00:00:00Z"
title: Lights! ...
url: blog/2022-09-04-lights/
---
The kid has been gearing up to record an audition video for a dance company,

View File

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