mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-12 18:43:50 +00:00
17 lines
205 B
SCSS
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%);
|
|
}
|
|
}
|