From a5914ce3fa45d8f57a54c0a205a1a5cb49faf016 Mon Sep 17 00:00:00 2001 From: BotBlake Date: Tue, 23 Jun 2026 15:39:58 +0200 Subject: [PATCH] remove external ressources section --- docs/general/clients/css-customization.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/general/clients/css-customization.md b/docs/general/clients/css-customization.md index f39772d6..d5a056bf 100644 --- a/docs/general/clients/css-customization.md +++ b/docs/general/clients/css-customization.md @@ -25,7 +25,7 @@ Alternatively, custom CSS can be configured on a per-user basis under `Settings ![Screenshot of the "Custom CSS" setting in the user settings page](/images/docs/clients/custom-css-usersettings.png) -If you have little or no experience with CSS, consider reviewing the community resources and tutorials linked below. +If you have little or no experience with CSS, consider reviewing additional community resources and tutorials. ## General Information About CSS @@ -76,16 +76,3 @@ CSS can be "chained" together to modify different sections together at the same border-color: #d00000; } ``` - -## Community Links - -The community maintains a wide range of themes and guides for CSS customization. Some useful resources can be found below. -Before applying a theme or customization, verify that it is actively maintained and compatible with your version of Jellyfin. Themes that have not been updated for recent releases may not work correctly or could cause unexpected UI issues. These resources are maintained by the community and are not supported by the Jellyfin Project. - -### Community Themes - -- [ElegantFin](https://github.com/lscambo13/ElegantFin) -- [Hint of Green](https://github.com/looi-wh/HintOfGreenCSS) -- [JellySkin - Vibrant Jellyfin theme with a lot a animations](https://github.com/prayag17/JellySkin) -- [Scyfin - A modern Jellyfin theme](https://github.com/loof2736/scyfin) -- [Ultrachromic - A custom theme for Jellyfin mediaserver created using CSS overrides](https://github.com/CTalvio/Ultrachromic)