notebook/app/assets/stylesheets/api_docs.scss
2020-02-21 21:04:29 -06:00

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;
}
}