Skip to content

Commit 60bb486

Browse files
author
James Mejia
committed
Update intro h1
1 parent 39b86de commit 60bb486

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

assets/css/styles.scss

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
}
4646
}
4747

48-
:where(html) {
48+
:where(html) {
4949
color: var(--text-2);
5050
background-color: var(--surface-1);
5151
}
5252

53-
:where(h1, h2, h3, h4, h5, h6, dt) {
53+
:where(h1, h2, h3, h4, h5, h6, dt) {
5454
color: var(--text-1);
5555
}
5656

@@ -103,7 +103,7 @@
103103
}
104104
}
105105

106-
:where(body) {
106+
:where(body) {
107107
min-block-size: 100%;
108108
scrollbar-gutter: stable both-edges;
109109
}
@@ -113,13 +113,13 @@
113113
font-weight: var(--font-weight-9);
114114
}
115115

116-
:is(h1) {
117-
font-size: var(--font-size-8);
118-
max-inline-size: var(--size-header-1);
116+
:is(h1) {
117+
font-size: var(--font-size-8);
118+
max-inline-size: var(--size-header-1);
119119
}
120120

121-
:is(h2) {
122-
font-size: var(--font-size-6);
121+
:is(h2) {
122+
font-size: var(--font-size-6);
123123
max-inline-size: var(--size-header-2);
124124
}
125125

@@ -210,10 +210,10 @@
210210
:is(code, kbd, samp, pre) { font-family: var(--font-mono) }
211211
:where(:not(pre) > code, kbd) { white-space: nowrap }
212212

213-
:is(pre) {
213+
:is(pre) {
214214
white-space: pre;
215215
min-inline-size: 0;
216-
max-inline-size: max-content;
216+
max-inline-size: max-content;
217217
}
218218

219219
:where(:not(pre) > code) {
@@ -244,8 +244,8 @@
244244
margin-block-start: var(--size-5);
245245
}
246246

247-
:where(small) {
248-
font-size: max(.5em, var(--font-size-0));
247+
:where(small) {
248+
font-size: max(.5em, var(--font-size-0));
249249
max-inline-size: var(--size-content-1);
250250
}
251251

@@ -442,6 +442,7 @@ main .part.intro {
442442
}
443443

444444
.part.intro > h1 {
445+
color: white;
445446
padding-top: var(--size-7)
446447
}
447448

@@ -581,7 +582,7 @@ main p a:active {
581582
padding-top: var(--size-2);
582583
}
583584

584-
.terminal,
585+
.terminal,
585586
.editor {
586587
font-size: var(--font-size-3);
587588
padding: var(--size-3);
@@ -752,4 +753,4 @@ a.contents-item:hover {
752753

753754
.contents-item .material-icons {
754755
margin-left: var(--size-1);
755-
}
756+
}

0 commit comments

Comments
 (0)