mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
parent
e2217584a4
commit
be8b8628ba
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue