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 +}