Add gray bg to standalone composer

pull/97/head
Lim Chee Aun 2023-04-23 21:37:42 +08:00
rodzic c11d30a2a0
commit bac56a6b4d
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,9 @@ body {
align-items: center;
justify-content: center;
}
#app-standalone {
background-color: var(--bg-faded-color);
}
/* MENTIONS */