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