From b16c2b562dc17748e5ab9423ef0f364662287eab Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 6 Apr 2022 19:13:02 -0500 Subject: Update homepage welcome div for formatting and color, update create/edit workout page --- app/static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/static') diff --git a/app/static/css/style.css b/app/static/css/style.css index e5eb7a3..4715c0d 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -12,5 +12,7 @@ } .welcome { - background: linear-gradient(to right, #5B86E5, #36D1DC); + background: linear-gradient(to right, #55F, #95F); + margin-bottom: 16px; + border-radius: 6px; } -- cgit v1.2.3