naive-ui/styles/themes/dark/components/Typography.scss
songwanli2025@163.com f5737f3df7 merge
2020-02-21 15:26:51 +08:00

4 lines
164 B
SCSS

@mixin setup-dark-typography {
$--typography-code-background-color: $--n-code-background-color !global;
$--typography-code-border-color: transparent !global;
}