diff options
| author | FivePixels <o5pxels@gmail.com> | 2022-04-06 19:13:02 -0500 |
|---|---|---|
| committer | FivePixels <o5pxels@gmail.com> | 2022-04-06 19:13:02 -0500 |
| commit | b16c2b562dc17748e5ab9423ef0f364662287eab (patch) | |
| tree | db389408203aa6447e02645673bd9d4b4d1b4097 /app/static/css | |
| parent | 0ff4b0d4fdbadef3d1dcc5320e28d2026fd68a65 (diff) | |
| download | Strengthy-b16c2b562dc17748e5ab9423ef0f364662287eab.tar.xz Strengthy-b16c2b562dc17748e5ab9423ef0f364662287eab.zip | |
Update homepage welcome div for formatting and color, update create/edit
workout page
Diffstat (limited to 'app/static/css')
| -rw-r--r-- | app/static/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |
