diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index bab0a051..f9da8ccf 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-oidc { + background-image: url("./authentik.png"); +} /* **************************** */ /* home */ diff --git a/umap/static/umap/openstreetmap.png b/umap/static/umap/openstreetmap.png index ab69d4f0..b0042730 100644 Binary files a/umap/static/umap/openstreetmap.png and b/umap/static/umap/openstreetmap.png differ