This commit is contained in:
Stian Lund
2024-06-02 20:12:41 +02:00
parent e96ee1f214
commit 9d15d788ac
+1 -1
View File
@@ -4,7 +4,7 @@
<title>HTML Test Page</title>
<style>
body{color: #999;background: #501020;}
video#important { filter: brightness(250%) hue-rotate(180deg) !important; }
video#important { filter: brightness(250%) hue-rotate(180deg) !important; }
video#no-important { filter: brightness(250%) hue-rotate(180deg); }
</style>
</head>