Skip to content

Commit

Permalink
Fix opacity on login scree (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern authored Apr 15, 2024
1 parent 165071d commit 49d28d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/auth0/branding/universal_login_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
}
body._widget-auto-layout {
background-color: var(--page-background-color);
opacity: 0.8;
background-image: linear-gradient(var(--page-secondary-background-color) 1px, transparent 1px),
linear-gradient(to right, var(--page-secondary-background-color) 1px, var(--page-background-color) 1px);
background-size: 10vw 10vw;
Expand Down

0 comments on commit 49d28d2

Please sign in to comment.