From 603fa41a483138e5782098d588f0fdc6eb9bcb1d Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 16 Jun 2025 22:55:44 -0500 Subject: add basic settings page --- src/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 5363742..d28de5a 100644 --- a/src/style.css +++ b/src/style.css @@ -82,6 +82,22 @@ main, #slideshow { ; } +/* settings */ +fieldset { + @apply border rounded-2xl p-6 border-gray-500 flex flex-col gap-4; +} + +fieldset h2 { + @apply font-bold text-blue-300 fill-blue-300 text-xl; +} +fieldset label { + @apply font-medium text-blue-300 +} + +fieldset input, fieldset select { + @apply rounded-2xl bg-zinc-800 p-4 +} + #menu a { @apply flex items-center justify-center no-underline w-full gap-4 p-3 rounded-full hover:text-blue-300 hover:fill-blue-300 -- cgit v1.2.3