k3d/docs/static/css/extra.css
iwilltry42 a034b40f8e
Docs: Prettify
- add toggle for light/dark mode
- fix logo size in header
- prettify install options list (emojis)
- add better list extension
- ...
2021-05-21 10:00:14 +02:00

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