add [200~.ds-footer a {scss token

This commit is contained in:
ogerly 2022-09-22 18:20:13 +02:00
parent 4045260fc3
commit 1af5ce9e30
2 changed files with 2 additions and 1 deletions

View File

@ -368,6 +368,7 @@ $color-header-background: $color-neutral-100;
*/
$color-footer-background: $color-neutral-100;
$color-footer-link: $color-primary;
/**
* @tokens Locale Menu Color

View File

@ -44,7 +44,7 @@ export default {
box-shadow: 0px -6px 12px -4px rgba(0, 0, 0, 0.1);
}
.ds-footer a {
color: #6e8b87;
color: $color-footer-link;
}
.division-line {
margin-left: 0.2rem;