diff options
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; } |
