diff options
Diffstat (limited to 'webcards/styles/home/base.css')
-rw-r--r-- | webcards/styles/home/base.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; |