Skip to content

Commit 5e0c98f

Browse files
update on css
1 parent 7a77b15 commit 5e0c98f

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,37 @@
1414

1515
.md-typeset h1 {
1616
color: white !important;
17+
18+
font-size: 1.7rem;
19+
1720
font-weight: 700;
18-
margin-bottom: 1rem;
21+
22+
line-height: 1.1;
23+
24+
margin-bottom: 0.8rem;
1925
}
2026

2127
.md-typeset h2 {
2228
color: white !important;
2329

30+
font-size: 1.2rem;
31+
2432
font-weight: 700;
2533

26-
border-left: 4px solid #4f8cff;
34+
border-left: 3px solid #4f8cff;
2735

2836
padding-left: 8px;
2937

3038
line-height: 1.2;
3139

32-
margin-top: 1.8rem;
40+
margin-top: 1.5rem;
3341
}
3442

3543
.md-typeset h3 {
3644
color: white !important;
3745

46+
font-size: 1rem;
47+
3848
font-weight: 600;
3949
}
4050

0 commit comments

Comments
 (0)