remove external ressources section

This commit is contained in:
BotBlake
2026-06-23 15:39:58 +02:00
parent 7006041ef6
commit a5914ce3fa
+1 -14
View File
@@ -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)