diff options
Diffstat (limited to 'bundles')
| -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; + } |