1:root {
2    --sidebar-width: 310px;
3}
4
5.badges img {
6    margin: 0 7px 7px 0;
7}
8
9.badges {
10    margin: 16px 0 120px;
11}
12
13.boring {
14    opacity: 0.5;
15}
16
17.no-js code:not(.focuscomment) .boring {
18    display: none;
19}
20
21.js code:not(.hide-boring) .ellipsis {
22    display: none;
23}
24
25.focuscomment .hljs-comment {
26    font-weight: bold;
27    color: black;
28}
29
30.focuscomment .boring {
31    opacity: 0.5;
32}
33
34nav.sidebar li.part-title i.fa-github {
35    font-size: 20px;
36    padding-right: 5px;
37    padding-top: 12px;
38    position: relative;
39    top: 1px;
40}
41
42.sidebar .sidebar-scrollbox {
43    padding: 10px 0 10px 10px;
44}
45
46pre > .buttons {
47    visibility: visible;
48    opacity: 0.3;
49}
50