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