migrate to tailwindcss 4
Some checks failed
/ Deploy website to server (push) Failing after 1m50s

This commit is contained in:
2025-08-03 23:02:35 +01:00
parent 35ba12de9e
commit 9d0e68f5f6
10 changed files with 3821 additions and 4158 deletions

View File

@@ -13,12 +13,12 @@ const posts = (await getBlogs()).sort(
---
<!doctype html>
<html lang="en" class="latte dark:mocha bg-base">
<html lang="en" class="dark:mocha bg-ctp-base">
<head>
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
</head>
<body
class="tilde-background text-text h-screen m-auto sm:flex items-center justify-center sm:overflow-hidden"
class="tilde-background text-ctp-text h-screen m-auto sm:flex items-center justify-center sm:overflow-hidden"
>
<div class="visible p-8 sm:hidden">
<header>