Merge branch 'develop'

This commit is contained in:
Dan 2026-01-02 10:26:34 +00:00
commit e37170a1e7

View file

@ -22,7 +22,7 @@
@import "pages/blog"; @import "pages/blog";
@import "pages/media"; @import "pages/media";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Neonderthaw&display=swap"); @import url("https://fonts.bunny.net/css2?family=Caveat:wght@400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Neonderthaw&display=swap");
@font-face { @font-face {
font-family: "DSEG7-Classic"; font-family: "DSEG7-Classic";
@ -1155,7 +1155,8 @@ body {
} }
@keyframes text-glitch-cycle { @keyframes text-glitch-cycle {
0%, 6.67% { 0%,
6.67% {
text-shadow: text-shadow:
-2px 0 #f0f, -2px 0 #f0f,
2px 0 #0ff; 2px 0 #0ff;
@ -1173,7 +1174,8 @@ body {
1px 0 #0ff; 1px 0 #0ff;
transform: translate(3px, -2px); transform: translate(3px, -2px);
} }
26.67%, 100% { 26.67%,
100% {
text-shadow: none; text-shadow: none;
transform: translate(0, 0); transform: translate(0, 0);
} }