Files
rustical/docs/style.css
2025-06-26 12:39:23 +02:00

11 lines
140 B
CSS

body .md-main {
h1 {
font-weight: bold;
color: var(--md-typeset-color);
}
}
.md-tabs {
box-shadow: 0px 0 20px -10px black;
}