0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

style(console): fix the color code white css (#5564)

fix the color code white css
This commit is contained in:
simeng-li 2024-03-27 16:43:17 +08:00 committed by GitHub
parent ba16d1cf60
commit d91e3e7d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
@mixin color {
--color-code-bg: #181133;
--color-code-white: var(--color-base);
--color-code-white: #f7f8f8;
--color-code-grey: #adaab4;
--color-code-tab-active-bg: rgba(255, 255, 255, 24%);
}