To customize Bootstrap's primary color, the SASS variable '___' should be modified.
- $primary-color
- $base-color
- $main-color
- $brand-color
In Bootstrap, the variable responsible for the primary color is $primary-color. Modifying this variable allows customization of the primary color throughout the Bootstrap styles.
Loading...
Related Quiz
- To change the primary color in Bootstrap, override the ___ variable.
- Explain how you would optimize a web application that heavily uses both Bootstrap CSS and JS for better performance.
- How would you utilize Bootstrap variables to ensure accessibility in terms of color contrast and font sizes?
- To toggle the visibility of content in a collapsible navigation bar, use the 'navbar-toggler-___' class.
- Discuss the impact of modifying Bootstrap's $spacer variable on layout and spacing.