veilid/doc/guide/guide.css
2023-09-17 13:48:24 -04:00

29 lines
335 B
CSS

* {
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
}
#content {
width: 500px;
background-color: #eeeeee;
padding: 5px;
}
.section-toc, .subsection-toc {
list-style: none;
}
.section-name {
font-weight: 600;
margin-bottom: 5px;
}
code {
font-family: monospace;
font-weight: bold;
}