veilid/docs/guide/guide.css

29 lines
335 B
CSS
Raw Normal View History

2022-01-30 04:08:29 +00:00
* {
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;
2022-04-24 06:40:31 +00:00
}
code {
font-family: monospace;
font-weight: bold;
}