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:
parent
ba16d1cf60
commit
d91e3e7d83
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue