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); }