From eab67a37c2803deb1106a07d0cfe8cbab35ccb43 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Wed, 3 Jun 2026 15:40:38 +0200 Subject: [PATCH] add external ressource admonition --- docs/general/clients/css-customization.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/general/clients/css-customization.md b/docs/general/clients/css-customization.md index 1d25dd6b..276b7b62 100644 --- a/docs/general/clients/css-customization.md +++ b/docs/general/clients/css-customization.md @@ -11,6 +11,14 @@ Custom CSS is only applied to clients that load Jellyfin Web from your server. A To add custom CSS, navigate to `Dashboard > Branding` and enter your stylesheet in the "Custom CSS" field. Custom CSS is loaded after Jellyfin's default styles, allowing you to override existing rules and customize elements such as colors, layouts and sizing. +:::note + +External resources referenced by custom CSS are loaded by the client, not the Jellyfin server. Ensure these resources are accessible from all client devices. If a resource cannot be reached, Jellyfin Web may not render correctly. + +Using externally hosted stylesheets, fonts, or other assets can also affect offline functionality, as clients must be able to download those resources when loading the interface. + +::: + ![Screenshot of the 'Custom CSS' setting in the administrator dashboard of the web client](/images/docs/custom-css-customcssfield.png) If you have little or no experience with CSS, consider reviewing the community resources and tutorials linked below.