diff --git a/README.md b/README.md index 635481c..45b4dd9 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/branch/main/theme/tolfin.css"); + @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/theme/tolfin.css"); ``` 3. Click Save diff --git a/theme/tolfin.css b/theme/tolfin.css index 6c2da9b..79ffd76 100644 --- a/theme/tolfin.css +++ b/theme/tolfin.css @@ -37,8 +37,8 @@ ======================================== */ /* Определяем URL для кастомного баннера и логотипа */ :root { - --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'); + --banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/assets/banner.png'); + --logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/assets/logo.png'); } /* Применяем кастомный баннер к заголовку страницы */