diff options
Diffstat (limited to 'docs/_static/custom.css')
-rw-r--r-- | docs/_static/custom.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 000000000..9e2fb989c --- /dev/null +++ b/docs/_static/custom.css @@ -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 |