diff options
| author | stilbruch <stilbruch@protonmail.com> | 2022-04-06 15:02:25 -0500 |
|---|---|---|
| committer | stilbruch <stilbruch@protonmail.com> | 2022-04-06 15:02:25 -0500 |
| commit | cafd3f6151a6c673163755400b40597b6d3476bc (patch) | |
| tree | ac0f613ca4500e7d489ef8a5b119cf1572cd66cb /app/static/css/style.css | |
| parent | ed1823168fb6f3256bcd7397b4d4de462a3f1781 (diff) | |
| download | Strengthy-cafd3f6151a6c673163755400b40597b6d3476bc.tar.xz Strengthy-cafd3f6151a6c673163755400b40597b6d3476bc.zip | |
Workouts names can be edited
Diffstat (limited to 'app/static/css/style.css')
| -rw-r--r-- | app/static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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); +} |
