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 f7d4519 commit 152cdc0Copy full SHA for 152cdc0
src/scss/_variables.scss
@@ -11,6 +11,7 @@ $link-decoration: underline;
11
// Colors
12
$primary: #09d3ff;
13
$secondary: #9cf253;
14
+$fallback: #68e3a7;
15
$warning: #fc8012;
16
$body-color: #696969;
17
src/scss/styles.scss
@@ -21,6 +21,7 @@ h1 {
21
22
.btn-secondary {
23
background: white;
24
+ color: $fallback;
25
@include gradient();
26
-webkit-background-clip: text;
27
-webkit-text-fill-color: transparent;
0 commit comments