naive-ui/styles/themes/light/components/Anchor.scss
2019-12-04 18:43:55 +08:00

8 lines
229 B
SCSS

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