Add gray bg to standalone composer
This commit is contained in:
parent
c11d30a2a0
commit
bac56a6b4d
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ body {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
#app-standalone {
|
||||||
|
background-color: var(--bg-faded-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* MENTIONS */
|
/* MENTIONS */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue