sfc-utils 1.4.94 → 1.4.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/styles/variables.less +2 -2
package/package.json
CHANGED
package/styles/variables.less
CHANGED
|
@@ -87,14 +87,14 @@
|
|
|
87
87
|
@purple-pale: #F8F5F8;
|
|
88
88
|
|
|
89
89
|
//color scales - 100 is the base, higher values are darker, lower values are lighter
|
|
90
|
-
@red-300: #
|
|
90
|
+
@red-300: #95130B;
|
|
91
91
|
@red-100: #BA142D;
|
|
92
92
|
@red-75: #D06566;
|
|
93
93
|
@red-50: #D18786;
|
|
94
94
|
@red-25: #DDABAA;
|
|
95
95
|
@red-0: #F2E1E1;
|
|
96
96
|
|
|
97
|
-
@blue-300: #
|
|
97
|
+
@blue-300: #001E37;
|
|
98
98
|
@blue-100: #025BAF;
|
|
99
99
|
@blue-75: #428BCA;
|
|
100
100
|
@blue-50: #67A2D4;
|