|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
// Base background color for most components
|
|
|
|
|
@component-background : #fff;
|
|
|
|
|
@font-family-no-number : "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
@font-family : "Monospace Number", @font-family-no-number;
|
|
|
|
|
@font-family : "Monospaced Number", @font-family-no-number;
|
|
|
|
|
@code-family : Consolas, Menlo, Courier, monospace;
|
|
|
|
|
@heading-color : fade(#000, 85%);
|
|
|
|
|
@text-color : fade(#000, 65%);
|
|
|
|
|