Change btn color with sass #351
-
I'm trying to change the colors of the primary button, I managed to change the background when using:
but I couldn't change the color of the text, I tried several variables that I found in the Bootstrap Docs like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To quickly and easily override the text color on the primary button, you can just change the css variables by adding a new class in your own styling.
The default colors are calculated by Bootstrap while compiling by checking the contrast of the background color and then giving either a black or white color. |
Beta Was this translation helpful? Give feedback.
To quickly and easily override the text color on the primary button, you can just change the css variables by adding a new class in your own styling.
The default colors are calculated by Bootstrap while compiling by checking the contrast of the background color and then giving either a black or white color.