You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Jeremy Farrance edited this page Mar 16, 2021
·
1 revision
How do I add brand (client) colors and get Boostrap to use some of them?
Quick Overview
Initially it is good to have a definition of all on-brand (client) colors that will be used (or could be needed). Then, where it makes sense, you would replace the default theme colors (e.g. $accu--blue: $brand--blue;). Next you could apply some of these brand colors so that Bootstrap uses them for common/key color values throughout the site (e.g. $primary: $brand--blue;). This would permeate Bootstrap so that all the "*-primary" classes (e.g. bg-primary, alert-primary, etc.) would now be using the on-brand blue that you've defined.