Fix installation method: use @import url

This commit is contained in:
2026-02-14 23:38:42 +03:00
parent dbb6a50f9f
commit 3baf3c1f7c

View File

@@ -7,9 +7,9 @@ Modern CSS theme for Jellyfin media server with custom fonts, smooth animations
### Method 1: Via CDN URL (Recommended) ### Method 1: Via CDN URL (Recommended)
1. Go to Jellyfin Dashboard → General → Custom CSS 1. Go to Jellyfin Dashboard → General → Custom CSS
2. Paste this URL: 2. Paste this code:
``` ```css
https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/darkvar.css @import url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/darkvar.css");
``` ```
3. Click Save 3. Click Save