We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a77b15 commit 5e0c98fCopy full SHA for 5e0c98f
1 file changed
docs/stylesheets/extra.css
@@ -14,27 +14,37 @@
14
15
.md-typeset h1 {
16
color: white !important;
17
+
18
+ font-size: 1.7rem;
19
20
font-weight: 700;
- margin-bottom: 1rem;
21
22
+ line-height: 1.1;
23
24
+ margin-bottom: 0.8rem;
25
}
26
27
.md-typeset h2 {
28
29
30
+ font-size: 1.2rem;
31
32
33
- border-left: 4px solid #4f8cff;
34
+ border-left: 3px solid #4f8cff;
35
36
padding-left: 8px;
37
38
line-height: 1.2;
39
- margin-top: 1.8rem;
40
+ margin-top: 1.5rem;
41
42
43
.md-typeset h3 {
44
45
46
+ font-size: 1rem;
47
48
font-weight: 600;
49
50
0 commit comments