Просмотр исходного кода

💄 style(theme): add supply chain theme text color classes

- add .text-[#C5FF92] class for supply chain theme
- add .text-[#f6b02e] class for supply chain theme
- add .text-[#5def8b] class for supply chain theme
- add .text-[#fff586] class for supply chain theme
- add .text-[#f593a5] class for supply chain theme
- add .text-[#6be9ff] class for supply chain theme
- add .text-[#de7e66] class for supply chain theme
- add .text-[#92a5fe] class for supply chain theme
yourname 2 месяцев назад
Родитель
Сommit
151a67327a
1 измененных файлов с 33 добавлено и 0 удалено
  1. 33 0
      src/style.css

+ 33 - 0
src/style.css

@@ -174,4 +174,37 @@
 /* 卡片样式优化 */
 .ant-card {
   border-radius: 8px;
+}
+
+/* 供应链主题文本颜色类 - 预定义让Tailwind扫描到 */
+.text-\[\#C5FF92\] {
+  color: #C5FF92;
+}
+
+.text-\[\#f6b02e\] {
+  color: #f6b02e;
+}
+
+.text-\[\#5def8b\] {
+  color: #5def8b;
+}
+
+.text-\[\#fff586\] {
+  color: #fff586;
+}
+
+.text-\[\#f593a5\] {
+  color: #f593a5;
+}
+
+.text-\[\#6be9ff\] {
+  color: #6be9ff;
+}
+
+.text-\[\#de7e66\] {
+  color: #de7e66;
+}
+
+.text-\[\#92a5fe\] {
+  color: #92a5fe;
 }