naive-ui/styles/themes/dark/components/Anchor.scss
songwanli2025@163.com 4f90dd3b05 merge from upstream
2019-12-17 14:36:37 +08:00

9 lines
319 B
SCSS

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