From f703f3fb2e78f352d0b6b08e823fecbeeffb8ae8 Mon Sep 17 00:00:00 2001 From: Casper Talvio Date: Fri, 3 Dec 2021 03:51:59 +0200 Subject: [PATCH] Add line about using presets with modules. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 377c650..503b348 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This is a custom theme for Jellyfin mediaserver created using CSS overrides. Not
# How to -To use the theme copy paste one of the presets, or follow the instructions to create a custom combination, paste that into "Dashboard>General>Custom CSS" and click save, it will apply immediately server-wide to all users on top of any theme they may be using. To remove the theme, clear the "Custom CSS" field and then click save. +To use the theme copy paste one of the presets, or follow the instructions to create a custom combination, paste that into "Dashboard>General>Custom CSS" and click save, it will apply immediately server-wide to all users on top of any theme they may be using. To remove the theme, clear the "Custom CSS" field and then click save. **Adding modules after a preset may or may not work**, do not open issues if you try to do things this way. Either use a preset, or custom combination, not a mix both, this is not a use case I will be testing and guaranteeing to work. **NOTE: Theme may not work when using reverse proxy**, check the bottom section of this readme for more info.