diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-09 11:02:38 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-09 11:02:38 +0900 |
| commit | fa91932cf7b653ed0d07e765e264380cccc872d7 (patch) | |
| tree | 4013f331d737898ff9d01e276c20892598b79dd3 /bundles/immich/files | |
| parent | 153ee8f6ed8b1ba92e5374cc6f123c44d016ffb2 (diff) | |
immich: overwrite font
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '')
| -rw-r--r-- | bundles/immich/files/immich.yaml | 7 |
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; + } |