Skip to content

Commit 081b8d8

Browse files
committed
blockquotes and more headers
1 parent 6443b47 commit 081b8d8

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

static/css/style.css

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,30 @@ a:active {
5252
}
5353

5454
h1 {
55-
font-size: 30px;
55+
font-size: 32px;
5656
}
5757

5858
h2 {
59-
font-size: 24px;
59+
font-size: 28px;
6060
}
6161

6262
h3 {
63+
font-size: 24px;
64+
}
65+
66+
h4 {
6367
font-size: 20px;
6468
}
6569

70+
h5 {
71+
font-size: 18px;
72+
}
73+
6674
h1,
6775
h2,
68-
h3 {
76+
h3,
77+
h4,
78+
h5 {
6979
line-height: 1.2
7080
}
7181

@@ -132,6 +142,16 @@ nav {
132142
font: 18px/1.5 monospace;
133143
}
134144

145+
blockquote {
146+
border-left: 10px solid var(--bg_2);
147+
padding-left: 10px;
148+
}
149+
150+
blockquote:has(blockquote) {
151+
border-left: none;
152+
margin-right: 0px;
153+
}
154+
135155
a.internal {
136156
color: var(--fg_0);
137157
font-weight: bold;

0 commit comments

Comments
 (0)