more website fixes done
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user