color variable bug fix

This commit is contained in:
Matt DeCamp 2021-12-07 20:48:22 -05:00
parent 5f056494b5
commit 5ebfa22fae

View file

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