feat: update theme handling and improve icons
All checks were successful
build dist / build-dist (push) Successful in 47s
All checks were successful
build dist / build-dist (push) Successful in 47s
This commit is contained in:
parent
0e48c6baf7
commit
17a1981fba
8 changed files with 45 additions and 49 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue