We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94727d3 commit 0e09ef1Copy full SHA for 0e09ef1
quartz/styles/custom.scss
@@ -66,12 +66,13 @@ footer {
66
}
67
68
.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;
+ // background-color: var(--tertiary);
+ // background-image: linear-gradient(30deg, var(--tertiary) 10%, var(--primary) 20%);
+ // -webkit-background-clip: text;
+ // -moz-background-clip: text;
+ // -webkit-text-fill-color: transparent;
+ // -moz-text-fill-color: transparent;
75
+ color: var(--primary);
76
margin-top: 2.5em;
77
78
0 commit comments