Update Keycloak theme

This commit is contained in:
Christer Warén
2025-09-14 15:54:52 +03:00
parent 13fee710e8
commit b26bd66253
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ body {
#kc-header-wrapper { #kc-header-wrapper {
font-family: "Luckiest Guy", sans-serif; font-family: "Luckiest Guy", sans-serif;
text-transform: uppercase;
} }
div.kc-logo-text.kc-logo-custom { div.kc-logo-text.kc-logo-custom {

View File

@@ -11,6 +11,7 @@ body {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
font-family: "Luckiest Guy", sans-serif; font-family: "Luckiest Guy", sans-serif;
text-transform: uppercase;
} }
@font-face { @font-face {
@@ -29,7 +30,7 @@ p, main a {
} }
h1 { h1 {
font-size: 3em; font-size: 12em;
margin-bottom: 0; margin-bottom: 0;
background-image: url(../img/logo.svg); background-image: url(../img/logo.svg);
background-repeat: no-repeat; background-repeat: no-repeat;