mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
10 lines
260 B
SCSS
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;
|
|
} |