From 3a2a285fdb1a5552573a59d4e2965fec9e123c10 Mon Sep 17 00:00:00 2001 From: Dome Date: Sat, 5 Jul 2025 22:37:49 +0200 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26308c4..d4ad27d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The Dracula Theme for Jellyfin was created on the basis of the famous [**catpucc 1. Open settings, navigate to Display and paste the CSS into the section called "Custom CSS code" 2. Copy your preferred flavor's import rule and paste it **after** the theme import: ```css - @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/themes.css'); + @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/theme.css'); @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/themes/dracula.css'); ``` 4. Press save and you're done!