mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-12 18:43:50 +00:00
Initial commit using lightly customised bootstap resume template.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.bg-primary {
|
||||
background-color: $primary !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: $primary !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $primary;
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: darken($primary, 15%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user