Skip to content

Commit dde6ff4

Browse files
feat: new fonts
Signed-off-by: Henry Gressmann <[email protected]>
1 parent f12689a commit dde6ff4

32 files changed

+115
-653
lines changed

sass/fonts.scss

Lines changed: 36 additions & 617 deletions
Large diffs are not rendered by default.

sass/main.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ blockquote {
236236
&.info {
237237
// padding: 1rem 1.2rem;
238238
border-left: 4px solid var(--accent);
239-
background: #071318;
239+
background: #212121;
240240
}
241241

242242
// &.info {
@@ -335,7 +335,6 @@ ol ol {
335335

336336
.content {
337337
display: flex;
338-
margin-bottom: 4rem;
339338
}
340339

341340
hr {

sass/post.scss

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,19 @@
11
@import "variables";
22

3-
li>div.year-pad {
4-
height: 4rem;
53

6-
@media (max-width: $phone-max-width) {
7-
height: 4.5rem;
8-
}
9-
}
10-
11-
li>div.year {
12-
position: absolute;
13-
z-index: -1;
4+
.post-list > div.year {
145
user-select: none;
15-
top: 0.9rem;
16-
left: -2rem;
176

187
h2 {
198
line-height: 1;
20-
font-size: 6rem;
9+
margin-left: -0.3rem;
10+
font-size: 4rem;
2111
margin: 0;
2212
color: var(--background);
2313
opacity: 0.3;
14+
line-height: 0.8;
2415
-webkit-text-stroke: 1px var(--color);
2516
}
26-
27-
28-
@media (max-width: $phone-max-width) {
29-
top: 0rem;
30-
left: 0rem;
31-
32-
h2 {
33-
font-size: 4rem;
34-
}
35-
}
3617
}
3718

3819
.posts {

sass/style.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
@import "fonts";
22

33
:root {
4-
--accent: #2afff1;
5-
--accent-alpha-70: #2afff1ab;
6-
--accent-alpha-20: #2afff136;
4+
--accent: #fcfcfc;
5+
--accent-alpha-70: #fcfcfcab;
6+
--accent-alpha-20: #fcfcfc36;
77

8-
--background: #030507;
8+
--background: #101010;
99
--color: white;
1010
--border-color: rgba(255, 255, 255, 0.1);
1111

1212
--font-family-mono: "JetBrains Mono", monospace;
13-
--font-family-text: "Source Sans Pro", Georgia, Cambria, "Times New Roman",
13+
--font-family-text: "Linux Libertine", Georgia, Cambria, "Times New Roman",
1414
Times, serif;
1515
}
1616

247 KB
Binary file not shown.
213 KB
Binary file not shown.
154 KB
Binary file not shown.
202 KB
Binary file not shown.
225 KB
Binary file not shown.
112 KB
Binary file not shown.

0 commit comments

Comments
 (0)