more website fixes done

This commit is contained in:
Priec
2026-06-02 17:05:45 +02:00
parent 1032d20080
commit 55eb4bbf00
2 changed files with 0 additions and 10 deletions

View File

@@ -243,7 +243,6 @@
</button> </button>
</div> </div>
<p class="mt-3 text-xs text-zinc-500 font-mono">or: <code class="text-zinc-400">cargo install tui-pages-cli</code></p>
</div> </div>
<!-- Hero terminal mockup --> <!-- Hero terminal mockup -->

View File

@@ -124,15 +124,6 @@ body {
radial-gradient(circle at 85% 70%, rgba(126, 231, 135, 0.05), transparent 35%); 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 ---------------------------------------------------- */ /* ---------- Glass nav ---------------------------------------------------- */
.tp-nav { .tp-nav {
background: rgba(9, 9, 11, 0.65); background: rgba(9, 9, 11, 0.65);