diff --git a/Setup.md b/Setup.md
index 7a5e2bc..2eda37f 100644
--- a/Setup.md
+++ b/Setup.md
@@ -33,7 +33,7 @@ organizr-dark.css
```
Example: `https://gilbn.github.io/theme.park/CSS/themes/sonarr/dark.css`
-## Subfilter method
+# Subfilter method
As most of these apps doesn't have support for custom CSS, exception being [Ombi](https://github.com/gilbN/theme.park/wiki/Ombi), [Monitorr](https://github.com/gilbN/theme.park/wiki/Monitorr) and [Organizr](https://github.com/gilbN/theme.park/wiki/Organizr); You can get around that by using [subfilter](http://nginx.org/en/docs/http/ngx_http_sub_module.html) in Nginx.
@@ -41,7 +41,7 @@ As most of these apps doesn't have support for custom CSS, exception being [Omb
-### Nginx
+# Nginx
Add this to your reverse proxy:
```nginx
@@ -68,7 +68,7 @@ location /sonarr {
}
```
-### Nginx Variable
+# Nginx Variable
You can also setup Nginx to use variables to change the themes. This will update the theme on all your location blocks by just changing 1 variable. This is nice if you quickly want to change colors on all of your apps.
@@ -132,7 +132,7 @@ location /sonarr {
Now when you change the variable in the http block and restart nginx, it will update the theme for all your apps!
-### Apache
+# Apache
```apache
AddOutputFilterByType SUBSTITUTE text/html
Substitute 's| '
@@ -150,7 +150,7 @@ AddOutputFilterByType SUBSTITUTE text/html
```
-### Caddy
+# Caddy
```nginx
filter rule {
@@ -186,7 +186,7 @@ proxy /tautulli 127.0.0.1:8181 {
"caddy.filter.replacement": "\"\""
```
-### Caddy v2
+# Caddy v2
>Thank you [jef](https://github.com/jef) for the write up!
@@ -307,7 +307,7 @@ Feel free to make any adjustments! Thanks everyone for the help!
Also for reference: [Caddy v2 structure](https://caddyserver.com/docs/caddyfile/concepts#structure)
-## Stylus method
+# Stylus method
Stylus is a browser extention that can inject custom css to the webpage of your choosing.
Add this in the style page: