Skip to content

Commit

Permalink
OAuth screens for some reason don't have kcBodyClass
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent 9430b42 commit f917cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/login/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
body.kcBodyClass {
body.kcBodyClass,
.login-pf body {
background-image: linear-gradient(rgba(0, 0, 0, 0.2),
rgba(0, 0, 0, 0.4)), url("./assets/banner_pattern.svg");
background-size: 256px;
Expand Down

0 comments on commit f917cf3

Please sign in to comment.