Skip to content

Commit

Permalink
Fix Neon redirect background on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Dec 17, 2024
1 parent fd1ee1b commit 6c31d9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export async function createOidcProvider(options: { id: string, baseUrl: string
background-size: 400% 400%;
background-repeat: no-repeat;
animation: celebrate-gradient 60s linear infinite;
min-height: 100vh;
}
@keyframes celebrate-gradient {
0% { background-position: 0% 100%; }
Expand Down

0 comments on commit 6c31d9b

Please sign in to comment.