- add toggle for light/dark mode - fix logo size in header - prettify install options list (emojis) - add better list extension - ...
33 lines
427 B
CSS
33 lines
427 B
CSS
.md-header__button.md-logo img, .md-header__button.md-logo svg {
|
|
width: 3rem;
|
|
}
|
|
|
|
.md-header-nav__button.md-logo {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.md-header {
|
|
height: 3rem;
|
|
}
|
|
|
|
.md-header-nav {
|
|
align-items: center;
|
|
}
|
|
|
|
.md-ellipsis {
|
|
display: inline;
|
|
}
|
|
|
|
.md-header-nav__topic {
|
|
position: relative;
|
|
}
|
|
|
|
[data-md-color-primary=black] .md-tabs {
|
|
background-color: #0DCEFF;
|
|
}
|
|
|
|
.md-tabs {
|
|
color: black;
|
|
}
|