fix: remove broken glow cut
kate kate@breadlabs.de
Fri, 15 May 2026 19:46:59 +0200
2 files changed,
1 insertions(+),
10 deletions(-)
M
index.html
→
index.html
@@ -17,7 +17,6 @@ </head>
<body> <h1 class=" title glow">TLS 2026</h1> - <h1 class="title glow-cut" aria-hidden="true">TLS 2026</h1> <section id="Infos"> <h1><a href="#infos">#</a> Infos</h1> <h3>Was</h3>
M
static/style.css
→
static/style.css
@@ -93,20 +93,12 @@ .title {
animation: redact 1s infinite; animation-direction: alternate; animation-timing-function: linear; - font-size: 4rem; + font-size: 6rem; margin-top: 1em; - z-index: 100; } .glow { text-shadow: 0 0 50px var(--c-link-glow) !important; -} - -.glow-cut { - text-shadow: 0 0 10px black; - position: relative; - bottom: 8.8rem; - height: 0; } @keyframes redact {