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 44d1393 commit a9cf7cdCopy full SHA for a9cf7cd
public/sass/_variables.light.scss
@@ -60,8 +60,8 @@ $page-bg: $white;
60
$body-color: $gray-1;
61
$text-color: $gray-1;
62
$text-color-strong: $white;
63
-$text-color-weak: $gray-1;
64
-$text-color-faint: $gray-3;
+$text-color-weak: $gray-3;
+$text-color-faint: $gray-4;
65
$text-color-emphasis: $dark-5;
66
67
$text-shadow-strong: none;
public/sass/components/_switch.scss
@@ -64,7 +64,7 @@ $switch-height: 1.5rem;
input + label::before {
font-family: 'FontAwesome';
content: "\f096"; // square-o
- color: $text-color-faint;
+ color: $text-color-weak;
68
transition: transform 0.4s;
69
backface-visibility: hidden;
70
text-shadow: $text-shadow-faint;
0 commit comments