naive-ui/styles/themes/light/components/Anchor.scss
2020-02-19 22:37:20 +08:00

9 lines
342 B
SCSS

@mixin setup-light-anchor {
$--anchor-rail-background-color: $--n-rail-color !global;
$--anchor-link-title-text-color: (
'default': $--n-primary-text-color,
'hover': $--n-primary-color,
'active': $--n-primary-color
) !global;
$--anchor-link-background-color: change-color($color: $--n-primary-color, $alpha: .1) !global;
}