Update README.md

typo
This commit is contained in:
2025-07-05 22:37:49 +02:00
committed by GitHub
parent 515b068768
commit 3a2a285fdb
+1 -1
View File
@@ -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" 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: 2. Copy your preferred flavor's import rule and paste it **after** the theme import:
```css ```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'); @import url('https://cdn.jsdelivr.net/gh/Domoel/jellyfin-dracula-theme/themes/dracula.css');
``` ```
4. Press save and you're done! 4. Press save and you're done!