Consistent use of material theme across specs and impl project docs
[opnfvdocs.git] / docs / _static / custom.css
diff --git a/docs/_static/custom.css b/docs/_static/custom.css
new file mode 100644 (file)
index 0000000..9e2fb98
--- /dev/null
@@ -0,0 +1,29 @@
+/* Color of the top header */
+.md-header {
+    background-color: #16326c;
+}
+
+/* Color of the bottom header */
+.md-tabs {
+    background-color: #16326c;
+}
+
+/* Color of links */
+.md-typeset a {
+    color: #16326c;
+}
+
+.md-typeset h1 {
+    font-size: 1.8rem;
+    color: rgba(0,0,0,.87);
+}
+
+/* Hiding the content from left side navbar */
+.md-nav__title {
+    display: none;
+}
+
+/* Hiding the content from the top navbar */
+.md-tabs__list {
+    display: none;
+}
\ No newline at end of file