naive-ui/styles/themes/dark/components/Anchor.scss

3 lines
80 B
SCSS
Raw Normal View History

2019-10-12 14:23:40 +08:00
@mixin setup-dark-anchor {
2019-10-13 21:13:32 +08:00
$--anchor-rail-background-color: #404555 !global;
2019-10-12 14:23:40 +08:00
}