Cosmetic upgrade with latest mkdocs-material upgrade

This commit is contained in:
Gauthier Provost 2020-04-20 15:59:58 +08:00
parent 08d02a6c07
commit 1d0b5d2d18
22 changed files with 389 additions and 255 deletions

42
docs/css/extra.css Normal file
View file

@ -0,0 +1,42 @@
.md-header-nav__download {
display: block;
width: 7rem;
max-width: 7rem;
margin-left: 1rem;
}
.md-nav--primary .md-nav__item .md-nav__item--active > .md-nav__link {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-nav__item .md-nav__link--active {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-tabs__link:hover {
color: var(--md-accent-fg-color);
}
.md-tabs__link--active {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-typeset a {
color: var(--md-accent-fg-color);
}
.md-typeset a:focus, .md-typeset a:hover {
color: var(--md-accent-fg-color);
font-weight: bold;
}
.md-header-nav__button.md-logo img, .md-header-nav__button.md-logo svg {
display: block;
width: 100%;
height: 1.2rem;
fill: currentColor;
}