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;
}