From 643e12fbb3fd4b023964d19031e922b0113ccf89 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 4 Sep 2022 20:06:14 -0600 Subject: [PATCH] uninvert video too --- static/assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/css/default.css b/static/assets/css/default.css index d308123..db66c78 100644 --- a/static/assets/css/default.css +++ b/static/assets/css/default.css @@ -164,7 +164,7 @@ button.big { background-image: url("../images/bg-dark.jpg"); filter: invert(1); } - img { + img,video { filter: invert(1); } }