summaryrefslogtreecommitdiff
path: root/app/static/css/style.css
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-04-06 19:13:02 -0500
committerFivePixels <o5pxels@gmail.com>2022-04-06 19:13:02 -0500
commitb16c2b562dc17748e5ab9423ef0f364662287eab (patch)
treedb389408203aa6447e02645673bd9d4b4d1b4097 /app/static/css/style.css
parent0ff4b0d4fdbadef3d1dcc5320e28d2026fd68a65 (diff)
downloadStrengthy-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/style.css')
-rw-r--r--app/static/css/style.css4
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;
}