From b48f0adccb11619680a47cac5fa9c68f638bd489 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 17 May 2020 13:15:41 -0400 Subject: [WebCards] Update from my local repos --- webcards/styles/home/base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webcards/styles/home/base.css') diff --git a/webcards/styles/home/base.css b/webcards/styles/home/base.css index 99bb148..80d0948 100644 --- a/webcards/styles/home/base.css +++ b/webcards/styles/home/base.css @@ -17,14 +17,15 @@ body { align-items: center; justify-content: center; + + background-color: var(--main-bg); } div.content { padding: 20px; - background-color: #ddd; + background-color: var(--gui-bg-main); border-radius: 10px; - max-width: 500px; display: flex; text-align: center; -- cgit v1.2.3