From fa91932cf7b653ed0d07e765e264380cccc872d7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 9 Apr 2026 11:02:38 +0900 Subject: immich: overwrite font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/immich/files/immich.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bundles') 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; + } -- cgit 1.4.1