From 1032d2008009d487d133319be02717b500c7df6e Mon Sep 17 00:00:00 2001 From: Priec Date: Tue, 2 Jun 2026 17:01:36 +0200 Subject: [PATCH] website fixes --- index.html | 2 +- static/css/site.css | 23 +---------------------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index e5ceaaf..34d29e1 100644 --- a/index.html +++ b/index.html @@ -204,7 +204,7 @@

A framework for
- building TUIs in Rust + building TUIs in Rust

diff --git a/static/css/site.css b/static/css/site.css index 1f7f49b..4e7edcf 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -87,9 +87,7 @@ body { } .tp-hero h1, -.tp-hero p, -.tp-hero a, -.tp-hero code { +.tp-hero p { text-shadow: -1px -1px 0 var(--tp-text-outline), 1px -1px 0 var(--tp-text-outline), @@ -98,10 +96,6 @@ body { 0 2px 12px rgba(0, 0, 0, 0.75); } -.tp-hero h1 { - -webkit-text-stroke: 0.35px var(--tp-text-outline); -} - .tp-hero::before { content: ""; position: absolute; @@ -130,21 +124,6 @@ body { radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%); } -/* ---------- Cursor caret animation --------------------------------------- */ -@keyframes tp-blink { - 0%, 49% { opacity: 1; } - 50%, 100% { opacity: 0; } -} -.tp-cursor { - display: inline-block; - width: 0.55em; - height: 1em; - background: var(--tp-accent); - margin-left: 0.15em; - vertical-align: -0.12em; - animation: tp-blink 1.1s steps(1) infinite; -} - /* ---------- Soft float for the hero terminal ----------------------------- */ @keyframes tp-float { 0%, 100% { transform: translateY(0); }