fix: slow down animation
kate kate@breadlabs.de
Fri, 15 May 2026 19:51:08 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -90,7 +90,7 @@ color: var(--c-link-glow);
} .title { - animation: redact 1s infinite; + animation: redact 4s infinite; animation-direction: alternate; animation-timing-function: linear; font-size: 6rem;