Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
fix: change light gray gradient
Browse files Browse the repository at this point in the history
Change the `to` color for the light gray gradient.

fix #688
  • Loading branch information
Schalk Neethling committed Jul 13, 2021
1 parent bbe3836 commit 8f5ce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/vars/_color-gradients.scss
Expand Up @@ -5,5 +5,5 @@ $blue-gradient: linear-gradient(to right, $mdn-blue700, $mdn-blue300);
$light-gray-gradient: linear-gradient(
to bottom,
$mdn-neutral100,
$mdn-neutral600
$mdn-neutral200
);

0 comments on commit 8f5ce1c

Please sign in to comment.