diff options
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css index d28de5a..f4bf0a0 100644 --- a/src/style.css +++ b/src/style.css @@ -10,6 +10,7 @@ --selected-border: rgb(172 203 250 / .1); --immich-dark-hover-bg: rgb(17 24 39); --immich-dark-hover-border: rgb(31 41 55); + @apply scheme-dark; } main, #slideshow { @@ -91,13 +92,17 @@ fieldset h2 { @apply font-bold text-blue-300 fill-blue-300 text-xl; } fieldset label { - @apply font-medium text-blue-300 + @apply font-medium text-blue-200 } -fieldset input, fieldset select { +.rounded-input { @apply rounded-2xl bg-zinc-800 p-4 } +.rounded-button { + @apply rounded-full w-fit bg-blue-200 px-4 py-2 text-black font-medium; +} + #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 |
