mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 06:08:48 +01:00
fix(footer): use updated variable name
This commit is contained in:
parent
f8a3082156
commit
53ecf8e7c8
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue