nunta/src/scss/variables/_colors.scss

12 lines
194 B
SCSS

// Override Bootstrap color system
$yellow: #fed136;
// Override Bootstrap default state colors
$primary: $yellow;
// Override Bootstrap yiq lightness value
$yiq-contrasted-threshold: 205;