diff --git a/umap/static/storage/src/img/home.png b/umap/static/storage/src/img/home.png new file mode 100644 index 00000000..1a022a53 Binary files /dev/null and b/umap/static/storage/src/img/home.png differ diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index afe6bdbb..a7647582 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -163,12 +163,15 @@ nav a { text-align: center; } -nav a:hover, nav h1 a { +nav a:hover { background-color: SeaGreen; } nav h1 a { - font-weight: bold; + background-position: 50% 50%; + background-repeat: no-repeat; + background-image: url("./umap.png"); + color: transparent; } nav a.logout { diff --git a/umap/static/umap/umap.png b/umap/static/umap/umap.png new file mode 100644 index 00000000..28024a69 Binary files /dev/null and b/umap/static/umap/umap.png differ