diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 0737e4ff..392ac85a 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -65,7 +65,9 @@ body.login header { .login-grid .login-openstreetmap-oauth2 { background-image: url("./openstreetmap.png"); } - +.login-grid .login-keycloak { + background-image: url("./keycloak.png"); +} /* **************************** */ /* home */ diff --git a/umap/static/umap/keycloak.png b/umap/static/umap/keycloak.png new file mode 100644 index 00000000..86405f3a Binary files /dev/null and b/umap/static/umap/keycloak.png differ