also uninvert canvas
This commit is contained in:
parent
63f377e79e
commit
7c5f1a1ba9
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
date: "2022-09-04T00:00:00Z"
|
date: "2022-09-04T00:00:00Z"
|
||||||
title: Lights! ...
|
title: Lights! ...
|
||||||
|
url: blog/2022-09-04-lights/
|
||||||
---
|
---
|
||||||
|
|
||||||
The kid has been gearing up to record an audition video for a dance company,
|
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");
|
background-image: url("../images/bg-dark.jpg");
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
img,video {
|
img,video,canvas {
|
||||||
filter: invert(1);
|
filter: invert(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue