* [task#121410] modify color of title of thinkswot.

This commit is contained in:
wangzemei
2024-06-24 15:56:50 +08:00
committed by 刘刚
parent fed7abce1e
commit 7b3fdd5f7a
+2 -2
View File
@@ -11,6 +11,6 @@
.model-swot .model-block.block-3 {background-color: var(--color-warning-100);}
.model-swot .model-block .item-step-title {font-size: 1.75rem;}
.model-swot .model-block.block-0 .item-step-title {color: #2294FB;}
.model-swot .model-block.block-1 .item-step-title {color: var(--color-special-400);}
.model-swot .model-block.block-2 .item-step-title {color: var(--color-success-400);}
.model-swot .model-block.block-1 .item-step-title {color: var(--color-success-400);}
.model-swot .model-block.block-2 .item-step-title {color: var(--color-special-400);}
.model-swot .model-block.block-3 .item-step-title {color: var(--color-warning-400);}