style(css): 更新技术标签颜色值

- 将 tech-tag-3d 和 tech-tag-mobile 的颜色从白色更改为紫色 (#d57eeb)
This commit is contained in:
hehh
2025-12-01 13:01:34 +08:00
parent 4fe9034fb9
commit 88e1d9e3d9

View File

@@ -1513,8 +1513,8 @@ body {
} }
[data-theme="day"] .tech-tag-3d.tag-color-23, [data-theme="day"] .tech-tag-3d.tag-color-23,
[data-theme="day"] .tech-tag-mobile.tag-color-23 { [data-theme="day"] .tech-tag-mobile.tag-color-23 {
color: #ffffff !important; color: #d57eeb !important;
-webkit-text-fill-color: #ffffff !important; -webkit-text-fill-color: #d57eeb !important;
} }
[data-theme="day"] .tech-tag-3d.tag-color-24, [data-theme="day"] .tech-tag-3d.tag-color-24,
[data-theme="day"] .tech-tag-mobile.tag-color-24 { [data-theme="day"] .tech-tag-mobile.tag-color-24 {