From 24f29465122faa46453d8556d0c240cdbd2aeb4d Mon Sep 17 00:00:00 2001
From: GilbN <24592972+gilbN@users.noreply.github.com>
Date: Tue, 10 Nov 2020 22:52:13 +0100
Subject: [PATCH] Created Sonarr 4K logo (markdown)
---
Sonarr-4K-logo.md | 52 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 Sonarr-4K-logo.md
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