Skip to content

Commit d220c7c

Browse files
committed
More doc style changes
1 parent 5a2463c commit d220c7c

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

docs/assets/style.css

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,34 @@
44
.hljs-comment {
55
color: var(--md-code-hl-comment-color);
66
}
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;
1310
}
14-
input + label {
15-
cursor: pointer;
11+
.hljs-attr + .hljs-bullet {
12+
display: inline;
1613
}
1714
pre {
18-
line-height: 1.6 !important;
15+
line-height: 1.5 !important;
1916
}
17+
2018
.configurator {
2119
line-height: 2;
2220
}
2321
.configurator hr {
2422
margin: 0.5em 0 !important;
2523
}
2624

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+
2735
.configurator input:not(:checked) + label {
2836
opacity: 0.85;
2937
}

0 commit comments

Comments
 (0)