mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(console): code editor text background (#4449)
This commit is contained in:
parent
ba0ba73454
commit
94ccdcf01d
1 changed files with 2 additions and 2 deletions
|
@ -48,10 +48,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
code {
|
||||
code:not(pre > code) {
|
||||
background: var(--color-layer-2);
|
||||
font: var(--font-body-2);
|
||||
padding: _.unit(1) _.unit(1);
|
||||
padding: _.unit(1);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue