From cafd3f6151a6c673163755400b40597b6d3476bc Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 6 Apr 2022 15:02:25 -0500 Subject: Workouts names can be edited --- app/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/static/css/style.css') diff --git a/app/static/css/style.css b/app/static/css/style.css index 497a2bf..e5eb7a3 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -10,3 +10,7 @@ -o-background-size: cover; background-size: cover; } + +.welcome { + background: linear-gradient(to right, #5B86E5, #36D1DC); +} -- cgit v1.2.3