mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
276 B
CSS
15 lines
276 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;
|
|
}
|