Work on homepage a little more

This commit is contained in:
Matthew Holt 2023-09-20 16:27:38 -06:00 committed by Francis Lavoie
parent 4c837b4f06
commit 032d89d82f
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
8 changed files with 250 additions and 3 deletions

View file

@ -50,3 +50,8 @@
<script src="https://cdn.jsdelivr.net/npm/@alpinejs/persist@3.x.x/dist/cdn.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js" defer></script>
{{end}}
<!-- TODO: These don't work -- color values need to be tweaked if they do work -- I think because background-color is set on the body. -->
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#123245" media="(prefers-color-scheme: dark)">