diff --git a/webui/auth0-templates/login.html b/webui/auth0-templates/login.html index 4681dce..ed7ccd7 100644 --- a/webui/auth0-templates/login.html +++ b/webui/auth0-templates/login.html @@ -21,10 +21,6 @@ margin: 0; padding: 0; background-color: #f9f9f9; - background-image: url('https://i.ibb.co/BDSg5pD/vecteezy-abstract-arrows-ribbons-crowns-hearts-explosions-and-5891677.jpg'); - background-size: cover; - background-position: center; - background-repeat: no-repeat; position: relative; font-family: 'Roboto', sans-serif; overflow: hidden; @@ -39,9 +35,9 @@ bottom: 0; backdrop-filter: blur(10px); background: linear-gradient(120deg, - rgba(8, 181, 240, 1), - rgba(255, 213, 33, 1), - rgba(231, 0, 130, 1) + rgba(8, 181, 240, 0.7), + rgba(255, 213, 33, 0.5), + rgba(231, 0, 130, 0.7) ); z-index: 0; }