diff --git a/finallycoffee/login/resources/css/custom.css b/finallycoffee/login/resources/css/custom.css new file mode 100644 index 0000000..31b7957 --- /dev/null +++ b/finallycoffee/login/resources/css/custom.css @@ -0,0 +1,10 @@ +div.kc-logo-text { + background-image: url('../img/antifa_lesbian_pride.png'); + background-repeat: no-repeat; + height: 256px; + width: 256px; + margin: 0 auto; +} +div.kc-logo-text span { + display: none; +} diff --git a/finallycoffee/login/theme.properties b/finallycoffee/login/theme.properties index ebc42ba..f36be85 100644 --- a/finallycoffee/login/theme.properties +++ b/finallycoffee/login/theme.properties @@ -1,4 +1,5 @@ parent=keycloak import=common/finallycoffee +styles=css/custom.css logo=img/antifa_lesbian_pride.png