templates

This commit is contained in:
Garry Ing
2021-03-07 17:59:37 -05:00
parent 3baaf81b64
commit b80c890671
16 changed files with 134 additions and 12 deletions

View File

@ -0,0 +1,8 @@
.links-dark-green a {
color: $accent-color;
}
.no-underline-hover:hover,
.no-underline-hover:focus {
text-decoration: none;
}

3
_sass/_tachyons.min.scss Normal file

File diff suppressed because one or more lines are too long

1
_sass/_variables.scss Normal file
View File

@ -0,0 +1 @@
$accent-color: #137752;