mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
8 lines
229 B
SCSS
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;
|
|
} |