From 818f1c2d624357c6fcbe9b846ce5da8f06c30d83 Mon Sep 17 00:00:00 2001
From: Big Flubba <69104450+BigFlubba@users.noreply.github.com>
Date: Tue, 23 Sep 2025 16:03:34 -0500
Subject: [PATCH] Delete README.md
---
 README.md | 65 -------------------------------------------------------
 1 file changed, 65 deletions(-)
 delete mode 100644 README.md
diff --git a/README.md b/README.md
deleted file mode 100644
index 4946d87..0000000
--- a/README.md
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-### **A modern CSS theme for Jellyfin, featuring backdrops and customizable accent colors. Enhanced for a more elegant appearance.**
-
-[Go to installation](#installation)
-
----
-
-### **Scyfin Elegance Theme**
-```css
-@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css'); /* Base theme */
-@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css'); /* Disable static left drawer */
-
-/* Elegance theme */
-:root {
-    --primary-background-color: rgba(0,0,0,0.9);
-    --secondary-background-color: rgba(2,2,2,0.9);
-    --primary-background-transparent: rgba(2,2,2,0.2);
-}
-
-/* Increase backdrop image brightness and add some blur */
-.backgroundContainer.withBackdrop {
-  background-color: rgba(0,0,0,0.65);
-  backdrop-filter: blur(6px);
-}
-```
-
-
-
-
-
-
----
-
-### **Installation:**
-
----
-
-**Server-wide install:**
-* Click the hamburger icon (Top left)
-* Navigate to "Dashboard" (If you don't see this, make sure you are signed in to your admin account)
-* Navigate to "General"
-* Near the bottom, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
-    * Example:
-    * 
-* Optional - Paste the `@import url` for any options / themes you may want
-    * Example:
-    * 
-* Click "Save"
-
----
-
-**Single client install:**
-* Click the hamburger icon (Top left)
-* Navigate to "Settings"
-* Navigate to "Display"
-* Near the middle, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
-    * Note - 
-        * If there is any server-wide custom CSS, you may want to enable "Disable server-provided custom CSS code", as the two themes WILL interfere with each other
-    * Example:
-    * 
-* Optional - Paste the `@import url` for any options / themes you may want
-    * Example:
-    * 
-* Click "Save"