Skip to content

Commit ee699e4

Browse files
authored
Title and code block styling updates (#343)
1 parent b9b6ce6 commit ee699e4

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

site/src/assets/css/style.css

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ a {
2727
font-size: 16px;
2828
font-style: normal;
2929
font-weight: 500;
30-
line-height: 20px;
3130
text-decoration-line: underline;
3231
text-decoration-style: solid;
3332
text-decoration-skip-ink: none;
@@ -36,9 +35,41 @@ a {
3635
text-underline-position: from-font;
3736
}
3837

38+
h1 {
39+
color: black;
40+
font-family: 'Cereal', system-ui, sans-serif;
41+
font-size: 40px;
42+
font-style: normal;
43+
font-weight: 600;
44+
line-height: 44px;
45+
letter-spacing: -1.2px;
46+
}
47+
48+
h2 {
49+
color: black;
50+
font-family: 'Cereal', system-ui, sans-serif;
51+
font-size: 26px;
52+
font-style: normal;
53+
font-weight: 600;
54+
line-height: 30px;
55+
letter-spacing: -0.52px;
56+
}
57+
58+
h3 {
59+
color: black;
60+
font-family: 'Cereal', system-ui, sans-serif;
61+
font-size: 22px;
62+
font-style: normal;
63+
font-weight: 600;
64+
line-height: 26px;
65+
letter-spacing: -0.44px;
66+
}
67+
3968
pre,
4069
code {
4170
font-family: 'SF Mono', Monaco, Menlo, 'Courier New', monospace;
71+
font-size: 14px;
72+
line-height: 24px;
4273
}
4374

4475
:not(pre) > code {

0 commit comments

Comments
 (0)