also uninvert canvas
This commit is contained in:
parent
161d81ac48
commit
aedcb9f83e
|
@ -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,
|
||||
|
|
|
@ -164,7 +164,7 @@ button.big {
|
|||
background-image: url("../images/bg-dark.jpg");
|
||||
filter: invert(1);
|
||||
}
|
||||
img,video {
|
||||
img,video,canvas {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue