fix nav color and placement of current section name in header

This commit is contained in:
lvuch 2020-06-05 10:51:27 -07:00
parent 53484f1a63
commit 3b2fc6ef24

View File

@ -16,10 +16,14 @@
align-items: center;
}
.md-header-nav__title {
.md-ellipsis {
display: inline;
}
[data-md-color-primary=black] .md-tabs {
background-color: #0DCEFF;
}
.md-tabs {
color: black;
}