0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(ui): add body background color (#831)

add body background color
This commit is contained in:
simeng-li 2022-05-16 13:48:33 +08:00 committed by GitHub
parent e2217584a4
commit be8b8628ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,8 @@ main {
/* Foundation */
:global(body.mobile) {
background-color: var(--color-base);
&.light {
@include mobile.colors-light-theme;
}
@ -40,6 +42,8 @@ main {
}
:global(body.desktop) {
background-color: var(--color-base);
&.light {
@include desktop.colors-light-theme;
}