mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 07:11:15 +03:00
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;
|
||||
justify-content: center;
|
||||
}
|
||||
#app-standalone {
|
||||
background-color: var(--bg-faded-color);
|
||||
}
|
||||
|
||||
/* MENTIONS */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue