diff --git a/README.md b/README.md
index 5ca46c3..ff6c497 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@
---
### **Scyfin Base Theme**
-`@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');`
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');
+```
@@ -16,23 +18,41 @@
-### Options (Add these below the base theme)
-- Disable static left drawer
- - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');`
-- Themes:
- - Seafoam
- - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');`
- -
- - Coral
- - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');`
- -
- - Snow
- - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');`
- -
- - OLED
- - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');`
- -
- -
+---
+
+### **Options (Add these below the base theme)**
+### Disable static left drawer
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');
+```
+
+---
+
+### **Themes:**
+### Seafoam
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');
+```
+
+
+### Coral
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');
+```
+
+
+### Snow
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');
+```
+
+
+### OLED
+```
+@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');
+```
+
+
---
@@ -43,7 +63,7 @@
**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"
+* Navigate to "Branding"
* Near the bottom, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
* Example:
*
diff --git a/images/install-server-base.png b/images/install-server-base.png
index 3317bc3..ebb70dd 100644
Binary files a/images/install-server-base.png and b/images/install-server-base.png differ
diff --git a/images/install-server-options.png b/images/install-server-options.png
index 4ce1967..cd42844 100644
Binary files a/images/install-server-options.png and b/images/install-server-options.png differ