diff --git a/overrides/main.html b/assets/overrides/main.html
similarity index 71%
rename from overrides/main.html
rename to assets/overrides/main.html
index 93ec86c..9913222 100644
--- a/overrides/main.html
+++ b/assets/overrides/main.html
@@ -6,5 +6,8 @@
.md-header {
background-color: #111317 !important;
}
+ .md-tabs {
+ background-color: #111317 !important;
+ }
{% endblock %}
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 62bb01f..66d21f3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -29,7 +29,7 @@ theme:
language: en
icon:
repo: fontawesome/brands/github
- custom_dir: overrides
+ custom_dir: assets/overrides
plugins:
- search