Skip to content

Commit

Permalink
fix: replace the primary-text CSS variable with primary-text-emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Mar 31, 2023
1 parent 723bc61 commit 9c42ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/hb/modules/back-to-top/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@if $hb-back-to-top-animation {
&.scrolling {
bottom: 100%;
color: var(--#{$prefix}primary-text);
color: var(--#{$prefix}primary-text-emphasis);
transition: bottom 1s;
}
}
Expand All @@ -25,7 +25,7 @@
}

&:hover {
color: var(--#{$prefix}primary-text);
color: var(--#{$prefix}primary-text-emphasis);
}
}

Expand Down

0 comments on commit 9c42ef3

Please sign in to comment.