0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00

fix(console): text color of docs and help button (#4091)

This commit is contained in:
Darcy Ye 2023-06-28 15:16:08 +08:00 committed by GitHub
parent 4dc0930e09
commit 740e482aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,6 @@
span { span {
font: var(--font-label-2); font: var(--font-label-2);
color: var(--color-neutral-variant-50); color: var(--color-neutral-variant-30);
} }
} }

View file

@ -32,7 +32,7 @@
span { span {
font: var(--font-label-2); font: var(--font-label-2);
color: var(--color-neutral-variant-50); color: var(--color-neutral-variant-30);
} }
} }