5ba93f2c13
* Add detailed hardware info for Helios64 - Button - Ethernet - Front Panel - GPIO - I2C - Jumper - LED - M.2 - PMIC - PWM Fan - RTC - SATA - SPI - UEXT - UPS - USB * Cosmetic upgrade and adapt to latest mkdocs-material version Co-authored-by: nurix <nurix@pnsnc.local> Co-authored-by: Aditya Prayoga <aditya@kobol.io>
42 lines
822 B
CSS
42 lines
822 B
CSS
.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;
|
|
}
|