Files
jcreek.github.io/scss/_bootstrap-overrides.scss
T

17 lines
205 B
SCSS

.bg-primary {
background-color: $primary !important;
}
.text-primary {
color: $primary !important;
}
a {
color: $primary;
&:hover,
&:focus,
&:active {
color: darken($primary, 15%);
}
}