0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

style(console): set the TabNavItem text color to neutral-30 (#2585)

This commit is contained in:
Xiao Yijun 2022-12-05 16:37:19 +08:00 committed by GitHub
parent 2d15ead429
commit cbb61eff23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
a {
display: inline-block;
color: var(--color-text-secondary);
color: var(--color-neutral-30);
text-decoration: none;
cursor: pointer;
}