0
Fork 0
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:
Charles Zhao 2023-09-08 13:47:00 +08:00 committed by GitHub
parent ba0ba73454
commit 94ccdcf01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}