diff options
Diffstat (limited to 'app/static/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); +} |
