diff options
author | Marvin Borner | 2020-10-01 17:56:03 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-01 17:56:26 +0200 |
commit | 589c21ef7c1fef178eb7e8047d71f91df61fbe93 (patch) | |
tree | a960c7f307bb141c34f1a22880de36fa325fbb83 /auth/public | |
parent | 2a41466c4167fdcfdc98f76cba7ad0713bd01ce9 (diff) |
Quotes are basically functional
Diffstat (limited to 'auth/public')
-rw-r--r-- | auth/public/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/public/style.css b/auth/public/style.css index 7cb346f..294fb98 100644 --- a/auth/public/style.css +++ b/auth/public/style.css @@ -4,8 +4,8 @@ body { margin: 0; height: 100%; width: 100%; - background: url(https://images.unsplash.com/photo-1544829728-e5cb9eedc20e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80); - background-size: cover; + background-color: #eec0c6; + background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); } form { |