link styling

Added link color style for all general site links
This commit is contained in:
Matt DeCamp 2021-12-07 15:49:33 -05:00
parent cab52f5cdd
commit f349d89f15

View file

@ -0,0 +1,3 @@
a {
color: var(--link-color)
}