Add our own logo instead of the keycloak logo
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful

This commit is contained in:
chris 2024-07-27 22:30:13 +02:00
commit 1b24726e7a
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 134 additions and 0 deletions

View file

@ -2,4 +2,15 @@
background: url("../../img/blur-more-blur-edit.jpg") no-repeat center center fixed;
background-size: cover;
height: 100%;
}
div.ccchh-kc-logo-text {
background: url("../../img/CCCHH.svg") no-repeat center center;
background-size: contain;
filter: invert(1);
height: 126px;
width: 600px;
}
div.kc-logo-text span {
display: none;
}