Color links to match site colors

This commit is contained in:
Neil Brommer 2017-11-28 17:11:32 -08:00
parent dae4a04d09
commit 5e15ff7721

View file

@ -16,6 +16,15 @@ body {
border-bottom: var(--main-dark-color) 1px solid;
}
a:not(.nav-link):not(.navbar-brand) {
color: var(--main-color);
text-decoration: underline;
}
a:hover {
color: var(--main-light-color);
}
li.col-md-6 {
padding-left: 0px;
}