color variable bug fix
This commit is contained in:
parent
5f056494b5
commit
5ebfa22fae
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ nav ul {
|
|||
content: '\200B';
|
||||
}
|
||||
& li a {
|
||||
color: var(--text-secondary);
|
||||
color: var(--text-primary);
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
Loading…
Reference in a new issue