|
|
@@ -1,10 +1,10 @@
|
|
|
// ---- color ---- 这是之前在用的颜色,后续开发中使用新的色值
|
|
|
-$primary-color: #f0250f !default;
|
|
|
+$primary-color: #e1251b !default;
|
|
|
$normal-color: #848484 !default;
|
|
|
$link-color: $primary-color !default;
|
|
|
$link-hover-color: mix($link-color, #000, 80%) !default;
|
|
|
-$title-color: #2d2d2d !default;
|
|
|
-$text-color: #848484 !default;
|
|
|
+$title-color: #323232 !default;
|
|
|
+$text-color: #646464 !default;
|
|
|
$light-color: #f6f6f6 !default;
|
|
|
$dark-color: #dadada !default;
|
|
|
|