From bcf59c86fd75cb5ba7740997dd2169b9ae137528 Mon Sep 17 00:00:00 2001 From: Alexander Ackermann Date: Thu, 30 Jul 2026 19:09:27 +0200 Subject: [PATCH] use patternfly best practice --- .../themes/opencloud/login/resources/css/theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/keycloak/themes/opencloud/login/resources/css/theme.css b/config/keycloak/themes/opencloud/login/resources/css/theme.css index 3bcc01a..f6d2c9d 100644 --- a/config/keycloak/themes/opencloud/login/resources/css/theme.css +++ b/config/keycloak/themes/opencloud/login/resources/css/theme.css @@ -4,6 +4,12 @@ --pf-v5-global--primary-color--dark-100: #e2baff; --pf-v5-c-button--m-secondary--Color: #e2baff; --pf-v5-global--Color--light-100: #20434f; + --pf-v5-global--FontFamily--text: "Inter", "RedHatText", helvetica, arial, sans-serif; + --pf-v5-global--FontFamily--heading: "Inter", "RedHatDisplay", helvetica, arial, sans-serif; + --pf-v5-global--FontFamily--text--vf: "Inter", "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif; + --pf-v5-global--FontFamily--heading--vf: "Inter", "RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif; + --pf-v5-global--FontFamily--monospace: "Inter", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace; + --pf-v5-global--FontFamily--monospace--vf: "Inter", "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace; } @font-face { @@ -14,7 +20,6 @@ } body { - font-family: "Inter", "Open Sans", Helvetica, Arial, sans-serif; background: url(../img/background.png) no-repeat center fixed !important; background-size: cover !important; }