diff options
Diffstat (limited to 'auth/public/style.css')
-rw-r--r-- | auth/public/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/auth/public/style.css b/auth/public/style.css index 294fb98..4bbdc55 100644 --- a/auth/public/style.css +++ b/auth/public/style.css @@ -8,6 +8,10 @@ body { background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); } +div { + background: white; +} + form { position: absolute; width: 30%; |