Fix: need to give the css class the correct name.
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful

This commit is contained in:
christian 2024-07-27 22:42:10 +02:00
parent 1b24726e7a
commit 01851a011e
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak

View file

@ -3,7 +3,8 @@
background-size: cover; background-size: cover;
height: 100%; height: 100%;
} }
div.ccchh-kc-logo-text {
div.kc-logo-text {
background: url("../../img/CCCHH.svg") no-repeat center center; background: url("../../img/CCCHH.svg") no-repeat center center;
background-size: contain; background-size: contain;
filter: invert(1); filter: invert(1);