File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ $bg-red-light: $red-100 !default;
5454$bg-white : $white !default ;
5555$bg-yellow : $yellow-500 !default ;
5656$bg-yellow-light : $yellow-200 !default ;
57+ $bg-yellow-dark : $yellow-700 !default ;
5758
5859// Text colors
5960$text-blue : $blue-500 !default ;
@@ -66,3 +67,4 @@ $text-orange-light: $orange-600 !default;
6667$text-purple : $purple !default ;
6768$text-red : $red-600 !default ;
6869$text-white : $white !default ;
70+ $text-yellow : $yellow-800 !default ;
Original file line number Diff line number Diff line change 2727.bg-yellow { background-color : $bg-yellow !important ; }
2828/* Set the background to $bg-yellow-light */
2929.bg-yellow-light { background-color : $bg-yellow-light !important ; }
30+ /* Set the background to $bg-yellow-dark */
31+ .bg-yellow-dark { background-color : $yellow-700 !important ; }
3032/* Set the background to $bg-purple */
3133.bg-purple { background-color : $bg-purple !important ; }
3234/* Set the background to $bg-purple-light */
5153.text-gray-dark { color : $text-gray-dark !important ; }
5254/* Set the text color to $text-green */
5355.text-green { color : $text-green !important ; }
56+ /* Set the text color to $text-yellow */
57+ .text-yellow { color : $yellow-800 !important ; }
5458/* Set the text color to $text-orange */
5559.text-orange { color : $text-orange !important ; }
5660/* Set the text color to $text-orange-light */
You can’t perform that action at this time.
0 commit comments