From 73ea728e609c23170c5265ad14f122c44b9ab2a1 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Wed, 15 Jul 2026 16:01:07 +0200 Subject: [PATCH] custom css supplied by API Co-authored-by: Niels van Velzen --- docs/general/clients/css-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/clients/css-customization.md b/docs/general/clients/css-customization.md index 966899bd..c5d8d035 100644 --- a/docs/general/clients/css-customization.md +++ b/docs/general/clients/css-customization.md @@ -7,7 +7,7 @@ title: CSS Customization Jellyfin allows users to customize the appearance of the web interface by applying custom CSS. This feature is intended for advanced customization and should be used with care. Support is not provided for issues caused by custom CSS. -Custom CSS is only applied to clients that load Jellyfin Web from your server. As a result, it does not affect all Jellyfin clients. Some web-based clients bundle their own version of Jellyfin Web and therefore do not load custom CSS from the server. +Custom CSS is only applied to clients that use Jellyfin Web. As a result, it does not affect all Jellyfin clients. :::warning