From 1f883344b37faed352d7d3f4939dde60608688b5 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 1 Aug 2021 01:31:58 +0200 Subject: [PATCH] Full-width background --- css/mobile.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/mobile.css b/css/mobile.css index 15058b1..a91343d 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -1,5 +1,9 @@ /* screen - desktop */ +body { + background-color: var(--brand2) !important; +} + .desktop { align-items: flex-start; background-color: var(--white); @@ -1928,4 +1932,4 @@ to{opacity: 1; .screen.tablet { display: none; } -} \ No newline at end of file +}