Change theme

This commit is contained in:
Andrew Scott 2022-12-11 01:41:17 -05:00
parent 196e355094
commit 4810f071ec
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -10,7 +10,7 @@ const { image, title = SITE_TITLE, description = SITE_DESCRIPTION } = Astro.prop
---
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<html lang="en" data-theme="coffee">
<head>
<BaseHead title={title} description={description} image={image} />
</head>