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

10 lines
260 B
SCSS

@mixin setup-dark-breadcrumb {
$--breadcrumb-link-text-color: (
'default': $--neutral-4,
'active': $--n-text-color,
'hover': $--primary-6
) !global;
$--breadcrumb-seperator-text-color: (
'default': $--n-secondary-text-color
) !global;
}