mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-05 13:00:47 +08:00
10 lines
268 B
SCSS
10 lines
268 B
SCSS
@mixin setup-dark-breadcrumb {
|
|
$--breadcrumb-link-text-color: (
|
|
'default': $--n-meta-text-color,
|
|
'active': $--n-text-color,
|
|
'hover': $--primary-6
|
|
) !global;
|
|
$--breadcrumb-seperator-text-color: (
|
|
'default': $--n-secondary-text-color
|
|
) !global;
|
|
} |