mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
21 lines
243 B
SCSS
21 lines
243 B
SCSS
.api-docs {
|
|
h1 {
|
|
font-size: 24px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.code {
|
|
font-family: monospace;
|
|
color: white;
|
|
background: black;
|
|
white-space: pre-wrap;
|
|
padding: 0 20px;
|
|
}
|
|
} |