summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-17 20:10:49 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-17 20:10:49 -0500
commit5f0de4dc873e3c0d71765022ffb4923812fd5c2e (patch)
treecf54b5c2c52f7ef3621983a4fdb27cf7bf22a7af /src/style.css
parent603fa41a483138e5782098d588f0fdc6eb9bcb1d (diff)
downloadimmich-frame-5f0de4dc873e3c0d71765022ffb4923812fd5c2e.tar.xz
immich-frame-5f0de4dc873e3c0d71765022ffb4923812fd5c2e.zip
settings page updated style
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css9
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