diff options
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
