Skip to content

Commit

Permalink
Change login background image to an owl
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk authored Oct 12, 2023
1 parent 6fe15c4 commit 728fce8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
min-height: 100vh;
}
body {
background-image: url("resources/images/FRZ01185.jpg");
background-image: url("resources/images/owl.webp");
backdrop-filter: blur(5px);
background-size: cover;
background-position: center;
Expand Down
Binary file removed src/main/webapp/resources/images/FRZ01185.jpg
Binary file not shown.
Binary file added src/main/webapp/resources/images/owl.webp
Binary file not shown.

0 comments on commit 728fce8

Please sign in to comment.