From bac56a6b4d2156263b4aa501fdd839e110f4d524 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 23 Apr 2023 21:37:42 +0800 Subject: [PATCH] Add gray bg to standalone composer --- src/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app.css b/src/app.css index c53a4af1..6a9a524b 100644 --- a/src/app.css +++ b/src/app.css @@ -20,6 +20,9 @@ body { align-items: center; justify-content: center; } +#app-standalone { + background-color: var(--bg-faded-color); +} /* MENTIONS */