mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
11 lines
368 B
Plaintext
11 lines
368 B
Plaintext
@import '../../../components/style/themes/default.less';
|
|
@import './colors.less';
|
|
@import './home.less';
|
|
|
|
@site-heading-color: @heading-color;
|
|
@site-text-color: @heading-color;
|
|
@site-text-color-secondary: @text-color-secondary;
|
|
@site-border-color-split: @border-color-split;
|
|
@site-header-box-shadow: 0 2px 8px rgba(240, 241, 242, 65);
|
|
@site-markdown-code-bg: #f2f4f5;
|