aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/custom.css
blob: b90f5423fe55f42cf7ee4473c246df36c9aace0a (plain)
1
2
3
4
5
6
7
8
9
10
11
h1:not(:first-of-type) {
    margin-top: 1.3em;
}

h2 {
    margin-top: 1em;
}

.hljs-meta {
    user-select: none;
}