diff --git a/web/src/app.css b/web/src/app.css index e9e960232fffb..57a11126a5afe 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -59,15 +59,15 @@ input:focus-visible { @layer utilities { .immich-form-input { - @apply bg-slate-100 p-2 rounded-md focus:border-immich-primary text-sm; + @apply bg-slate-100 p-2 rounded-md dark:text-immich-dark-bg focus:border-immich-primary text-sm; } .immich-form-label { - @apply font-medium text-sm text-gray-500; + @apply font-medium text-sm text-gray-500 dark:text-gray-300; } .immich-btn-primary { - @apply bg-immich-primary text-gray-100 border rounded-xl py-2 px-4 transition-all duration-150 hover:bg-immich-primary hover:shadow-lg text-sm font-medium; + @apply bg-immich-primary dark:bg-immich-dark-primary dark:text-immich-dark-gray text-gray-100 border dark:border-immich-dark-gray rounded-xl py-2 px-4 transition-all duration-150 hover:bg-immich-primary dark:hover:bg-immich-dark-primary/90 hover:shadow-lg text-sm font-medium; } .immich-text-button { diff --git a/web/src/app.html b/web/src/app.html index 5136f41785dea..b5f19dfba539c 100644 --- a/web/src/app.html +++ b/web/src/app.html @@ -1,5 +1,5 @@ - +
@@ -7,7 +7,7 @@ %sveltekit.head% - +{subtitle}
-+
{subtitle}
+
Status | @@ -29,8 +29,10 @@Waiting | |
---|---|---|
{jobStatus ? 'Active' : 'Idle'} | {activeJobCount} | {waitingJobCount} | @@ -41,7 +43,7 @@