Skip to content

Commit

Permalink
fix: faded text contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
seleb committed Oct 28, 2021
1 parent 1814248 commit e1cc31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/style.scss
@@ -1,6 +1,6 @@
$light-gray: #ccc;
$dark-glass: fade-out(#000, 0.9);
$extra-dark-glass: fade-out(#000, 0.5);
$extra-dark-glass: fade-out(#000, 0.25);
$light-glass: fade-out(#fff, 0.7);

$red-ish: HSL(0, 80%, 70%);
Expand Down

0 comments on commit e1cc31a

Please sign in to comment.