9e2fb989c23e3db029dc1c76db07a0d3e93319aa
[opnfvdocs.git] / docs / _static / custom.css
1 /* Color of the top header */
2 .md-header {
3     background-color: #16326c;
4 }
5
6 /* Color of the bottom header */
7 .md-tabs {
8     background-color: #16326c;
9 }
10
11 /* Color of links */
12 .md-typeset a {
13     color: #16326c;
14 }
15
16 .md-typeset h1 {
17     font-size: 1.8rem;
18     color: rgba(0,0,0,.87);
19 }
20
21 /* Hiding the content from left side navbar */
22 .md-nav__title {
23     display: none;
24 }
25
26 /* Hiding the content from the top navbar */
27 .md-tabs__list {
28     display: none;
29 }