feat: migrate from using tailwind

This commit is contained in:
2026-06-22 20:54:21 +00:00
parent b81a2e57bd
commit 39700ad953
8 changed files with 752 additions and 293 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
{{ define "main" }}
<div class="prose prose-invert max-w-none text-body-md text-on-surface/90 space-y-6">
<div class="content">
{{ .Content }}
</div>
<div class="mt-12">
<a class="inline-flex items-center text-on-surface-variant hover:text-primary transition-colors font-body-md italic mb-4" href="{{ `/docs/` | relLangURL }}">
Read the guide <span class="material-symbols-outlined ml-1 text-[18px]">arrow_forward</span>
<div class="page-actions">
<a class="page-link" href="{{ `/docs/` | relLangURL }}">
Read the guide <span class="material-symbols-outlined">arrow_forward</span>
</a>
<hr class="border-on-surface/10">
<hr class="rule">
</div>
<div class="mt-auto pt-32 pb-8 font-display-lg italic text-on-surface-variant text-lg">
<div class="footer-note page-footer">
{{ site.Params.homeFooter }}
</div>
{{ end }}