Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
Fix an issue where dark colors were not taken into account because of the missing variable maps $colors and $theme-colors. This might be a breaking change.
Update $yiq-text-dark from $gray-900 to $gray-800 and $yiq-text-light from $gray-400 to $gray-200 so the text looks better with the updated color maps.
$colors
and$theme-colors
. This might be a breaking change.$yiq-text-dark
from$gray-900
to$gray-800
and$yiq-text-light
from$gray-400
to$gray-200
so the text looks better with the updated color maps.57 #54