File size: 765 Bytes
e18c302 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | .md-grid {
max-width: 90vw
}
.highlight .hll {
background-color: lavender
[data-md-color-scheme="slate"] {
background-color: rgb(69, 48, 164)
}
}
.md-typeset table:not([class]) {
font-size: 0.75rem
}
.md-typeset a {
border-bottom: 0.1px dashed black
}
.md-typeset table:not([class]) {
font-size: 0.75rem
}
.md-tabs__link {
font-size: 0.8rem
}
.md-tabs__link--active {
border-bottom: 6px solid white
}
.md-nav__link--active {
font-weight: bold
}
.md-typeset .admonition, .md-typeset details {
font-size: 0.70rem
}
[data-md-color-scheme="slate"] {
--md-typeset-a-color: rgb(28, 152, 152)
}
.copyMe {
cursor: pointer;
border-bottom: 0.1px dashed black;
}
p > code,
li > code {
font-weight: bold
}
|