changed color variable for list links

This commit is contained in:
Matt DeCamp 2021-12-07 15:53:01 -05:00
parent e2b4380a2f
commit de2edbacba

View file

@ -11,7 +11,7 @@ nav ul {
content: '\200B'; content: '\200B';
} }
& li a { & li a {
color: var(--text); color: var(--text-secondary);
text-decoration: none; text-decoration: none;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;