fix(footer): use updated variable name

This commit is contained in:
Sergey Andrievskiy 2019-06-21 23:15:07 +03:00
parent f8a3082156
commit 53ecf8e7c8

View file

@ -13,11 +13,11 @@
a {
padding: 0.4rem;
color: nb-theme(color-fg);
color: nb-theme(text-hint-color);
transition: color ease-out 0.1s;
&:hover {
color: nb-theme(color-fg-heading);
color: nb-theme(text-basic-color);
}
}
}