mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 13:32:16 +00:00
11 lines
140 B
CSS
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;
|
|
}
|