From 37e7d2f3793c8aa3101d1db8bdcfac8507fb7f37 Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 1 Sep 2019 19:36:38 +0200 Subject: [PATCH] Lounge aqua fix --- CSS/themes/thelounge/aquamarine.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/thelounge/aquamarine.css b/CSS/themes/thelounge/aquamarine.css index a2f3319e..c4edb753 100644 --- a/CSS/themes/thelounge/aquamarine.css +++ b/CSS/themes/thelounge/aquamarine.css @@ -13,7 +13,7 @@ /* THE LOUNGE AQUAMARINE THEME */ @import url(https://gilbn.github.io/theme.park/CSS/themes/thelounge/thelounge-base.css); :root { - --body-bg-color:: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; + --body-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --window-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; --button-color: #009688; --theme-accent: #009688; @@ -27,4 +27,4 @@ --unread-marker-color: #f92772; --highlight-bg-color: #4d4332; --highlight-border-color: #b08c4f; - } \ No newline at end of file + }