site isn't black-and-white anymore btw

This commit is contained in:
MeowcaTheoRange 2024-08-30 00:36:04 -05:00
parent c3db23f9a4
commit 2632a2860a

View file

@ -54,7 +54,6 @@
.web-button { .web-button {
position: relative; position: relative;
filter: grayscale(1);
left: 0; left: 0;
top: 0; top: 0;
transition: box-shadow 0.5s ease-out, left 0.5s ease-out, top 0.5s ease-out; transition: box-shadow 0.5s ease-out, left 0.5s ease-out, top 0.5s ease-out;
@ -87,7 +86,6 @@
left: -4px; left: -4px;
top: -4px; top: -4px;
z-index: 999; z-index: 999;
filter: grayscale(0);
animation: hue-shift 1s linear infinite; animation: hue-shift 1s linear infinite;
transition: all 0.0625s ease-out; transition: all 0.0625s ease-out;
--shadow: hsl(var(--hue), 50%, 75%); --shadow: hsl(var(--hue), 50%, 75%);