Merge pull request #271 from lvuch/lh-theme-customization

docs: fix nav color and placement of current section name in header (thanks @lvuch)
This commit is contained in:
Thorsten Klein 2020-06-05 21:12:41 +02:00 committed by GitHub
commit 18a9ddd020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}