This commit is contained in:
2026-02-18 21:56:06 +03:00
parent 4ae5d715b0
commit 26690e37ac
2 changed files with 3 additions and 3 deletions

View File

@@ -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 1. Go to Jellyfin Dashboard → General → Custom CSS
2. Paste this code: 2. Paste this code:
```css ```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 3. Click Save

View File

@@ -37,8 +37,8 @@
======================================== */ ======================================== */
/* Определяем URL для кастомного баннера и логотипа */ /* Определяем URL для кастомного баннера и логотипа */
:root { :root {
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/banner.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/main/assets/logo.png'); --logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/assets/logo.png');
} }
/* Применяем кастомный баннер к заголовку страницы */ /* Применяем кастомный баннер к заголовку страницы */