From 88a2c395ad96c65d75ea64c57d68b62d93bc12c3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Oct 2020 13:33:29 +0200 Subject: Added navbar --- auth/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auth/public/style.css') 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%; -- cgit v1.2.3