Skip to content

Commit 392fb45

Browse files
committed
chore: adjust font stack and fix typo in css
1 parent f1466e5 commit 392fb45

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ body {
55
--header-h2-fg-color: #f3f3f3;
66
--header-bg-color: #1866c3;
77
--link-color: #3061a5;
8-
--seperator-color: #e2e2e2;
8+
--separator-color: #e2e2e2;
99

1010
margin: 0;
1111
color: var(--fg-color);
1212
background: var(--bg-color);
1313
font-size: 15px;
14-
font-family: 'Nimbus Sans', Helvetica, Arial, Roboto, 'Liberation Sans', 'DejaVu Sans', Arimo, sans-serif;
14+
font-family: Roboto, 'Helvetica Neue', 'Arial Nova', 'Liberation Sans', Arial, sans-serif;
1515
}
1616

1717
@media (prefers-color-scheme: dark) {
@@ -22,7 +22,7 @@ body {
2222
--header-h2-fg-color: #eee;
2323
--header-bg-color: #1b1b1b;
2424
--link-color: #70a1e5;
25-
--seperator-color: #939393
25+
--separator-color: #939393
2626
}
2727
}
2828

@@ -70,7 +70,7 @@ header h2 {
7070

7171
#basics {
7272
margin-bottom: 10px;
73-
border-bottom: 1px var(--seperator-color) solid;
73+
border-bottom: 1px var(--separator-color) solid;
7474
}
7575

7676
.split {
@@ -119,7 +119,7 @@ header h2 {
119119
#work,
120120
#volunteer {
121121
padding-bottom: 5px;
122-
border-bottom: 1px var(--seperator-color) solid;
122+
border-bottom: 1px var(--separator-color) solid;
123123
}
124124

125125
#work .item,
@@ -129,7 +129,7 @@ header h2 {
129129

130130
#skills {
131131
margin-bottom: 10px;
132-
border-bottom: 1px var(--seperator-color) solid;
132+
border-bottom: 1px var(--separator-color) solid;
133133
padding-bottom: 5px;
134134
overflow: hidden;
135135
}

0 commit comments

Comments
 (0)