about summary refs log tree commit diff
path: root/bundles
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-09 11:02:38 +0900
committerRobert Günzler <r@gnzler.io>2026-04-09 11:02:38 +0900
commitfa91932cf7b653ed0d07e765e264380cccc872d7 (patch)
tree4013f331d737898ff9d01e276c20892598b79dd3 /bundles
parent153ee8f6ed8b1ba92e5374cc6f123c44d016ffb2 (diff)
immich: overwrite font
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/immich/files/immich.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/bundles/immich/files/immich.yaml b/bundles/immich/files/immich.yaml
index d9e1b20..e78b8ec 100644
--- a/bundles/immich/files/immich.yaml
+++ b/bundles/immich/files/immich.yaml
@@ -57,3 +57,10 @@ oauth:
   buttonText: 'Login with SSO'
   # mobileOverrideEnabled: false
   # mobileRedirectUri: https://photos.gzr.im/api/oauth/mobile-redirect
+
+theme:
+  customCss: |-
+    :root {
+      --font-sans: sans-serif;
+      --font-mono: monospace;
+    }