* zin: refactor --color-slate-* to --color-gray-*.

This commit is contained in:
sunhao
2023-11-27 14:27:42 +08:00
parent 2218a9af37
commit a829c4f0bb
34 changed files with 65 additions and 67 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
.timeline > li + li:after {position: absolute; top: 90px; bottom: 20px; left: 40px; z-index: 1; display: block; content: ' '; border-left: 2px solid #eee;}
.actions-box {background-color: var(--color-slate-100);}
.actions-box {background-color: var(--color-gray-100);}