blog-contributions/docs/stylesheets/extra.css
2025-05-10 15:16:57 +02:00

28 lines
No EOL
451 B
CSS

/*:root > * {
--md-primary-fg-color: #639;
--md-primary-fg-color--light: #639;
--md-primary-fg-color--dark: #639;
}*/
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
img {
max-height: 800px;
}
code {
word-wrap: break-word;
}