From 01851a011eb7faa381ffc19a6423a38bf5689e3e Mon Sep 17 00:00:00 2001 From: c6ristian Date: Sat, 27 Jul 2024 22:42:10 +0200 Subject: [PATCH] Fix: need to give the css class the correct name. --- keycloak/themes/ccchh/login/resources/css/ccchh/login.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keycloak/themes/ccchh/login/resources/css/ccchh/login.css b/keycloak/themes/ccchh/login/resources/css/ccchh/login.css index 223f444..ac10ab2 100644 --- a/keycloak/themes/ccchh/login/resources/css/ccchh/login.css +++ b/keycloak/themes/ccchh/login/resources/css/ccchh/login.css @@ -3,7 +3,8 @@ background-size: cover; height: 100%; } -div.ccchh-kc-logo-text { + +div.kc-logo-text { background: url("../../img/CCCHH.svg") no-repeat center center; background-size: contain; filter: invert(1);