Add our own logo instead of the keycloak logo
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
This commit is contained in:
parent
024f28b7e1
commit
1b24726e7a
2 changed files with 134 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue