File tree Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Expand file tree Collapse file tree 1 file changed +17
-9
lines changed Original file line number Diff line number Diff line change 4
4
.hljs-comment {
5
5
color : var (--md-code-hl-comment-color );
6
6
}
7
-
8
- h1 {
9
- color : var (--md-default-fg-color ) !important ;
10
- }
11
- .configurator input {
12
- vertical-align : text-top;
7
+ .hljs-bullet {
8
+ margin-top : 0.4em !important ;
9
+ display : inline-block;
13
10
}
14
- input + label {
15
- cursor : pointer ;
11
+ . hljs-attr + . hljs-bullet {
12
+ display : inline ;
16
13
}
17
14
pre {
18
- line-height : 1.6 !important ;
15
+ line-height : 1.5 !important ;
19
16
}
17
+
20
18
.configurator {
21
19
line-height : 2 ;
22
20
}
23
21
.configurator hr {
24
22
margin : 0.5em 0 !important ;
25
23
}
26
24
25
+ h1 {
26
+ color : var (--md-default-fg-color ) !important ;
27
+ }
28
+ .configurator input {
29
+ vertical-align : text-top;
30
+ }
31
+ input + label {
32
+ cursor : pointer;
33
+ }
34
+
27
35
.configurator input : not (: checked ) + label {
28
36
opacity : 0.85 ;
29
37
}
You can’t perform that action at this time.
0 commit comments