Skip to content

Commit

Permalink
Adjust styling to include darker background.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewelinagr committed May 14, 2024
1 parent a6738e5 commit 1586ae5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ See: https://github.com/keycloak/keycloak/blob/main/themes/src/main/resources/th
:root {
--kc-blue-light: rgba(106,134,232,1);
--kc-blue-light-transp-25: rgba(106,134,232,0.25);
--kc-blue-medium: rgba(52,95,157,1);
--kc-blue-dark: rgba(8,65,92,1);
--kc-blue-medium: rgba(63,102,177,1);
--kc-blue-dark: rgb(7, 59, 82);
}

.login-pf body {
background: radial-gradient(circle, var(--kc-blue-light) 5%, var(--kc-blue-medium) 25%, var(--kc-blue-dark) 75%);
background: radial-gradient(circle, var(--kc-blue-light) 10%, var(--kc-blue-medium) 25%, var(--kc-blue-dark) 75%);
background-size: cover;
height: 100%;
}
Expand Down

0 comments on commit 1586ae5

Please sign in to comment.