1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00
This commit is contained in:
Stian Lund
2024-06-02 20:12:41 +02:00
parent 8c6b39f21a
commit 3feec71830

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>