Last active
February 28, 2018 04:49
-
-
Save interaminense/d5b9b838a674f147c608a74adfd1424d to your computer and use it in GitHub Desktop.
Mathematics Color LVLS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$color-belize-hole: #2980b9; | |
$color-amethyst: #9b59b6; | |
$color-wet-asphalt: #34495e; | |
$color-sun-flower: #f1c40f; | |
$lvls: ( | |
('easy', $color-sun-flower), | |
('normal', $color-amethyst), | |
('hard', $color-belize-hole), | |
('very-hard', $color-wet-asphalt) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment