all repos — tls-website @ 3a22968312eaeb29fc9670012f51fe4977171ca8

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

fix: remove broken glow cut
kate kate@breadlabs.de
Fri, 15 May 2026 19:46:59 +0200
commit

3a22968312eaeb29fc9670012f51fe4977171ca8

parent

c422b474adca8425495ce8d285fb6785e1507f15

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

jump to
M index.htmlindex.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.cssstatic/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 {