From 392c2b7f91aa76b07a5312d8e20c67c06a2b1b54 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Sun, 10 Mar 2024 18:27:21 -0400 Subject: [PATCH] invert(100%) hue-rotate(-220deg) --- styles/globals.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 51f3554..3d12539 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -54,3 +54,6 @@ html body a:active * { from { opacity: 1; } to { opacity: 0; } } + +:root { + filter: invert(100%) hue-rotate(-220deg); }