From 26690e37ac146f8364f7e1508c0b26584dff31cf Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Wed, 18 Feb 2026 21:56:06 +0300 Subject: [PATCH] --- README.md | 2 +- theme/tolfin.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'); } /* Применяем кастомный баннер к заголовку страницы */