diff --git a/README.md b/README.md index 1edda61..76d4b46 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project uses Gitea API for loading CSS files to bypass browser ORB restrict 1. Go to Jellyfin Dashboard → General → Custom CSS 2. Paste this code: ```css - @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/complete.css"); + @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/complete.css"); ``` 3. Click Save diff --git a/theme/complete.css b/theme/complete.css index 0c67cca..b7d4219 100644 --- a/theme/complete.css +++ b/theme/complete.css @@ -7,13 +7,13 @@ */ -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/base.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/static-sidebar.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/central-libraries-small.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/change-banner.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/count-indicators.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/forgot-password.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/hide-my-media.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/moving-cards.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/smaller-cast.css"); -@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/floating-progress.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/base.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/static-sidebar.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/central-libraries-small.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/change-banner.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/count-indicators.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/forgot-password.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/hide-my-media.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/moving-cards.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/smaller-cast.css"); +@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/floating-progress.css"); diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index b00b79f..8146743 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -5,8 +5,8 @@ */ :root { - --banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/banner.png'); - --logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/logo.png'); + --banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/banner.png'); + --logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/logo.png'); } .pageTitleWithDefaultLogo {