HardwareAllTheThings/docs/custom.css

33 lines
555 B
CSS
Raw Normal View History

2023-11-18 12:09:56 +00:00
.md-header{
2023-12-10 12:26:53 +00:00
background-color: #84551f;
2023-11-18 12:09:56 +00:00
}
@media screen and (min-width: 790px) {
.md-grid{
max-width: 100%;
}
.md-sidebar{
width: auto;
}
2023-12-04 09:46:36 +00:00
}
/* Fix padding Chrome browsers */
@supports selector(::-webkit-scrollbar) {
.md-sidebar__scrollwrap {
scrollbar-gutter: auto
}
[dir=ltr] .md-sidebar__inner {
padding-right: 0;
}
[dir=rtl] .md-sidebar__inner {
padding-left: calc(100% - 11.5rem)
}
2024-02-19 15:03:53 +00:00
}
/* Fix inconsistent titles */
.md-ellipsis {
text-transform: capitalize
2023-11-18 12:09:56 +00:00
}