diff --git a/v6.0.1/index.html b/v6.0.1/index.html
index 21d421218d..d473719caa 100644
--- a/v6.0.1/index.html
+++ b/v6.0.1/index.html
@@ -63,7 +63,13 @@
-
+
+
+
diff --git a/v6.0.1/stylesheets/extra.css b/v6.0.1/stylesheets/extra.css
index 3f7e4560d7..041d6f2f94 100644
--- a/v6.0.1/stylesheets/extra.css
+++ b/v6.0.1/stylesheets/extra.css
@@ -25,6 +25,12 @@
--md-default-bg-color: #1e2124;
}
+.md-banner {
+ background-image:linear-gradient(270deg, rgba(84,142,201,1) 0%, rgba(77,27,101,1) 100%);
+ color: #ffffff;
+ font-weight: bold;
+}
+
.md-version__list {
overflow: auto;
}