style: unify button and link colors to black/white theme

This commit is contained in:
weishu
2025-12-24 14:49:25 +08:00
parent 85c2dc10ea
commit 6078c136bb
+5 -5
View File
@@ -6,8 +6,8 @@
--app-bg: var(--tg-theme-bg-color, #ffffff);
--app-fg: var(--tg-theme-text-color, #111827);
--app-hint: var(--tg-theme-hint-color, #6b7280);
--app-link: var(--tg-theme-link-color, #2563eb);
--app-button: var(--tg-theme-button-color, #2563eb);
--app-link: var(--tg-theme-link-color, #111827);
--app-button: var(--tg-theme-button-color, #111827);
--app-button-text: var(--tg-theme-button-text-color, #ffffff);
--app-secondary-bg: var(--tg-theme-secondary-bg-color, #f3f4f6);
@@ -48,9 +48,9 @@
--app-bg: var(--tg-theme-bg-color, #1c1c1e);
--app-fg: var(--tg-theme-text-color, #ffffff);
--app-hint: var(--tg-theme-hint-color, #8e8e93);
--app-link: var(--tg-theme-link-color, #0a84ff);
--app-button: var(--tg-theme-button-color, #0a84ff);
--app-button-text: var(--tg-theme-button-text-color, #ffffff);
--app-link: var(--tg-theme-link-color, #ffffff);
--app-button: var(--tg-theme-button-color, #ffffff);
--app-button-text: var(--tg-theme-button-text-color, #111827);
--app-secondary-bg: var(--tg-theme-secondary-bg-color, #2C2C2E);
--app-border: rgba(255, 255, 255, 0.1);