style changes

This commit is contained in:
George Powell
2025-12-30 15:21:18 -05:00
parent 2b7682684a
commit a83039a6a2
2 changed files with 5 additions and 4 deletions

View File

@@ -386,11 +386,12 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Bibdle &mdash; A daily bible game{isDev ? " (dev)" : ""}</title> <!-- <title>Bibdle &mdash; A daily bible game{isDev ? " (dev)" : ""}</title> -->
<meta <title>A daily bible game{isDev ? " (dev)" : ""}</title>
<!-- <meta
name="description" name="description"
content="Guess which book of the Bible a verse comes from." content="Guess which book of the Bible a verse comes from."
/> /> -->
</svelte:head> </svelte:head>
<div class="min-h-dvh md:bg-linear-to-br md:from-blue-50 md:to-indigo-200 py-8"> <div class="min-h-dvh md:bg-linear-to-br md:from-blue-50 md:to-indigo-200 py-8">

View File

@@ -7,7 +7,7 @@
} }
html, body { html, body {
background: oklch(98.11% 0.02777 158.93); background: oklch(89.126% 0.06134 298.626);
} }
.big-text { .big-text {