Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change to color variables
Instead of the color "system" variables
  • Loading branch information
simurai committed Mar 20, 2019
commit 301c71e768c69f350b3fa44141c0f4c5e50f951a
4 changes: 2 additions & 2 deletions src/utilities/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* Set the background to $bg-yellow-light */
.bg-yellow-light { background-color: $bg-yellow-light !important; }
/* Set the background to $bg-yellow-dark */
.bg-yellow-dark { background-color: $yellow-700 !important; }
.bg-yellow-dark { background-color: $bg-yellow-dark !important; }
/* Set the background to $bg-purple */
.bg-purple { background-color: $bg-purple !important; }
/* Set the background to $bg-purple-light */
Expand All @@ -54,7 +54,7 @@
/* Set the text color to $text-green */
.text-green { color: $text-green !important; }
/* Set the text color to $text-yellow */
.text-yellow { color: $yellow-800 !important; }
.text-yellow { color: $text-yellow !important; }
/* Set the text color to $text-orange */
.text-orange { color: $text-orange !important; }
/* Set the text color to $text-orange-light */
Expand Down