Initial commit using lightly customised bootstap resume template.

This commit is contained in:
Josh Creek
2019-10-06 18:14:03 +01:00
commit ede10ecbd5
80 changed files with 72639 additions and 0 deletions
+16
View File
@@ -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%);
}
}