diff --git a/_docs_theme/assets/stylesheets/static.css b/_docs_theme/assets/stylesheets/static.css
new file mode 100644
index 00000000..c489d309
--- /dev/null
+++ b/_docs_theme/assets/stylesheets/static.css
@@ -0,0 +1,3 @@
+body {
+ background: red;
+}
\ No newline at end of file
diff --git a/_docs_theme/partials/header.html b/_docs_theme/partials/header.html
index fb001b30..7a89a409 100644
--- a/_docs_theme/partials/header.html
+++ b/_docs_theme/partials/header.html
@@ -25,79 +25,88 @@
-
- {% if "material/search" in config.plugins %}
+ {% if ("material/search" in config.plugins) and (noSearch is not defined) %}