From 995bf6e4ed016d18023f3069e7c5ca7671692f30 Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Wed, 18 Feb 2026 11:22:17 +0300 Subject: [PATCH] --- README.md | 2 +- theme/complete.css | 20 ++++++++++---------- theme/modules/change-banner.css | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) 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 {