all repos — tls-website @ 034d413655c1073e90a542996df3f8be79765795

Unnamed repository; edit this file 'description' to name the repository.

fix: slow down animation
kate kate@breadlabs.de
Fri, 15 May 2026 19:51:08 +0200
commit

034d413655c1073e90a542996df3f8be79765795

parent

3a22968312eaeb29fc9670012f51fe4977171ca8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/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;