I use a variable.scss
file to custom my button. My question is NOT USE CSS but SCSS ONLY.
I start with change primary color (#66cccc) and font (RobotoSlab):
$primary: #66cccc;
$font-family-base: RobotoSlab;
but i want white color of text (see screensot) but my font is black
bootstrap calculates black/white color according to the primary color (if it is rather dark or light)
yiq-contrasted-threshold
is 150, and has a valid range between 0 and 255. – Worl