diff --git a/Sonarr-4K-logo.md b/Sonarr-4K-logo.md
new file mode 100644
index 0000000..9344130
--- /dev/null
+++ b/Sonarr-4K-logo.md
@@ -0,0 +1,52 @@
+Add a 4K logo to your Sonarr css.
+
+### Desktop
+
+
+
+### Mobile
+
+
+
+
+## Setup
+
+#### Nginx
+Examples of how to add it:
+
+```nginx
+proxy_set_header Accept-Encoding "";
+sub_filter
+''
+'
+
+';
+sub_filter_once on;
+```
+
+#### Apache
+
+```nginx
+AddOutputFilterByType SUBSTITUTE text/html
+ Substitute 's| '
+';|'
+```
+
+#### Caddy
+
+```nginx
+filter rule {
+ content_type text/html.*
+ search_pattern
+ replacement ""
+}
+```
+
+#### Stylus
+
+Just add another import line.
+
+```css
+@import "https://gilbn.github.io/theme.park/CSS/themes/sonarr/THEME.css";
+@import "https://gilbn.github.io/theme.park/CSS/addons/sonarr/sonarr-4k-logo.css";
+```
\ No newline at end of file