fix(theme): 硬编码暗色字体色改var(--ink-N)主题变量(1文件)——暗色主题下深色文字不可见治理2026-09-17
This commit is contained in:
parent
190023ebbf
commit
8487cae5cd
@ -300,7 +300,7 @@ for p in projects:
|
||||
"subwidgets": [
|
||||
{"widgettype": "Text",
|
||||
"options": {"text": ("✓ " if _is_cur else "") + _pname,
|
||||
"cfontsize": 0.95, "color": "#0f172a", "css": "filler",
|
||||
"cfontsize": 0.95, "color": "var(--ink-0)", "css": "filler",
|
||||
"halign": "left"}},
|
||||
{"widgettype": "Text",
|
||||
"options": {"text": _st_txt, "cfontsize": 0.75, "color": "#ffffff",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user