0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

style(console): update the default font color (#6903)

This commit is contained in:
simeng-li 2024-12-23 17:19:05 +08:00 committed by GitHub
parent 6bb584a336
commit e312a9830b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@ body {
background: var(--color-base);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: auto;
color: var(--color-text);
}
* {