feat(site): catppuccin theme tokens, tailwind 4, self-hosted font

This commit is contained in:
Christian Visintin
2026-06-08 10:16:00 +02:00
parent a54ff078cc
commit 02fec64d35
4 changed files with 99 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
---
import "../styles/theme.css";
---
<html lang="en" data-theme="frappe">
<head><meta charset="utf-8" /><title>termscp</title></head>
<body class="bg-base text-text font-mono p-8">
<h1 class="text-green text-2xl">termscp<span class="blink"></span></h1>
</body>
</html>