schemars/docs/_sass/custom/custom.scss
Graham Esau b8c548136a Fix styling of docs site
Pin version of just-the-docs so it doesn't change itself again!
2020-09-27 12:23:28 +01:00

34 lines
No EOL
591 B
SCSS

// Reposition/resize top-right nav buttons
.aux-nav a, .aux-nav a:hover {
background: none;
padding: 5px;
}
.aux-nav a img {
height: 22px;
}
// Enlarge and compress embedded code
pre.highlight, figure.highlight {
line-height: 1.2em;
}
code {
font-size: 14px;
}
// Always expand nav menu items
.nav-list .nav-list-item > .nav-list {
display: block;
}
.nav-list-expander {
display: none;
}
// Indent text on attributes page
.indented > p {
margin-left: 20px;
}
// Hide ugly summary outline that chrome adds
.main-content summary:focus {
outline: none;
}