Skip to content

Commit 0e09ef1

Browse files
committed
Quartz sync: Jun 3, 2025, 2:13 AM
1 parent 94727d3 commit 0e09ef1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

quartz/styles/custom.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ footer {
6666
}
6767

6868
.center h1 {
69-
background-color: var(--tertiary);
70-
background-image: linear-gradient(30deg, var(--tertiary) 10%, var(--primary) 20%);
71-
-webkit-background-clip: text;
72-
-moz-background-clip: text;
73-
-webkit-text-fill-color: transparent;
74-
-moz-text-fill-color: transparent;
69+
// background-color: var(--tertiary);
70+
// background-image: linear-gradient(30deg, var(--tertiary) 10%, var(--primary) 20%);
71+
// -webkit-background-clip: text;
72+
// -moz-background-clip: text;
73+
// -webkit-text-fill-color: transparent;
74+
// -moz-text-fill-color: transparent;
75+
color: var(--primary);
7576
margin-top: 2.5em;
7677
}
7778

0 commit comments

Comments
 (0)