mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
style: unify button and link colors to black/white theme
This commit is contained in:
+5
-5
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user