feat: update theme handling and improve icons
All checks were successful
build dist / build-dist (push) Successful in 47s

This commit is contained in:
z0x 2025-05-23 21:04:11 -04:00
parent 0e48c6baf7
commit 17a1981fba
8 changed files with 45 additions and 49 deletions

View file

@ -19,7 +19,7 @@ const { title, description } = Astro.props;
---
<!doctype html>
<html lang="en">
<html lang="en" class="bg-background text-foreground">
<head>
<Head title={`${title} | ${SITE.title}`} description={description} />
</head>