fix nav color and placement of current section name in header

pull/271/head
lvuch 4 years ago
parent 53484f1a63
commit 3b2fc6ef24
  1. 8
      docs/static/css/extra.css

@ -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;
}
Loading…
Cancel
Save