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';
}
& li a {
color: var(--text);
color: var(--text-secondary);
text-decoration: none;
&:hover {
text-decoration: underline;