Files
textual/docs/stylesheets/custom.css
Will McGugan 211a4270e4 fix dark mode
2022-11-06 16:29:52 +00:00

27 lines
504 B
CSS

h2.doc.doc-heading {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 48px;
}
h3 .doc-heading code {
font-size: 16px;
}
.doc-heading code {
font-weight: normal;
font-family: "Roboto Mono", "SFMono-Regular", Consolas, "Courier New", Courier,
monospace;
}
body[data-md-color-primary="indigo"] .excalidraw svg {
filter: invert(100%) hue-rotate(180deg);
}
body[data-md-color-primary="indigo"] .excalidraw svg rect {
fill: transparent;
}
.excalidraw {
text-align: center;
}