From 285b9337adee3260ac84ddd9f0ebef71fc8fb3a3 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 9 Feb 2024 11:54:37 -0500 Subject: [PATCH] fix: consistency in logos colors and links --- umap/static/umap/favicons/icon.svg | 4 ++-- umap/static/umap/img/logo.svg | 4 ++-- umap/static/umap/img/logo_small.svg | 4 ++-- umap/static/umap/nav.css | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/umap/static/umap/favicons/icon.svg b/umap/static/umap/favicons/icon.svg index f7fbf130..feec6437 100644 --- a/umap/static/umap/favicons/icon.svg +++ b/umap/static/umap/favicons/icon.svg @@ -1,5 +1,5 @@ - - + + diff --git a/umap/static/umap/img/logo.svg b/umap/static/umap/img/logo.svg index 1a8c2b75..529df161 100644 --- a/umap/static/umap/img/logo.svg +++ b/umap/static/umap/img/logo.svg @@ -1,4 +1,4 @@ - - + + diff --git a/umap/static/umap/img/logo_small.svg b/umap/static/umap/img/logo_small.svg index 40d44b7e..13df253e 100644 --- a/umap/static/umap/img/logo_small.svg +++ b/umap/static/umap/img/logo_small.svg @@ -3,8 +3,8 @@ - - + + diff --git a/umap/static/umap/nav.css b/umap/static/umap/nav.css index 66f33151..1cb46488 100644 --- a/umap/static/umap/nav.css +++ b/umap/static/umap/nav.css @@ -36,7 +36,7 @@ footer .i18n_switch { flex-direction: column; } .umap-nav a { - color: #3A4259; + color: #263B58; padding: .4rem; } .umap-nav a:hover { @@ -57,6 +57,7 @@ footer .i18n_switch { } .umap-nav ul { text-align: center; + font-weight: bold; } .umap-nav ul li { line-height: 2.5rem;