diff --git a/dist_keycloak/keycloak-theme-for-kc-22-to-25.jar b/dist_keycloak/keycloak-theme-for-kc-22-to-25.jar index 3567c55..2958abd 100644 Binary files a/dist_keycloak/keycloak-theme-for-kc-22-to-25.jar and b/dist_keycloak/keycloak-theme-for-kc-22-to-25.jar differ diff --git a/dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar b/dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar index 5d5de62..c79b580 100644 Binary files a/dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar and b/dist_keycloak/keycloak-theme-for-kc-all-other-versions.jar differ diff --git a/src/login/KcPage.tsx b/src/login/KcPage.tsx index cfd68fb..7ebe6cb 100644 --- a/src/login/KcPage.tsx +++ b/src/login/KcPage.tsx @@ -1,3 +1,4 @@ +import "./main.css" import { Suspense, lazy } from "react"; import type { ClassKey } from "keycloakify/login"; import type { KcContext } from "./KcContext"; diff --git a/src/login/main.css b/src/login/main.css new file mode 100644 index 0000000..830ce40 --- /dev/null +++ b/src/login/main.css @@ -0,0 +1,3 @@ +:root { + --pf-global--primary-color--100: #151515; +} \ No newline at end of file