From 55eb4bbf00a0638a2628166658e4d96902c7b508 Mon Sep 17 00:00:00 2001 From: Priec Date: Tue, 2 Jun 2026 17:05:45 +0200 Subject: [PATCH] more website fixes done --- index.html | 1 - static/css/site.css | 9 --------- 2 files changed, 10 deletions(-) diff --git a/index.html b/index.html index 34d29e1..70ac9be 100644 --- a/index.html +++ b/index.html @@ -243,7 +243,6 @@ -

or: cargo install tui-pages-cli

diff --git a/static/css/site.css b/static/css/site.css index 4e7edcf..72e63b1 100644 --- a/static/css/site.css +++ b/static/css/site.css @@ -124,15 +124,6 @@ body { radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%); } -/* ---------- Soft float for the hero terminal ----------------------------- */ -@keyframes tp-float { - 0%, 100% { transform: translateY(0); } - 50% { transform: translateY(-6px); } -} -.tp-float { - animation: tp-float 6s ease-in-out infinite; -} - /* ---------- Glass nav ---------------------------------------------------- */ .tp-nav { background: rgba(9, 9, 11, 0.65);