From cbe485705bb7c84571ed42467bb67f80a8aa6a5b Mon Sep 17 00:00:00 2001 From: Olivier Maury <Olivier.Maury@inrae.fr> Date: Tue, 30 Apr 2024 11:00:44 +0200 Subject: [PATCH] Afficher les logos sur fond blanc. refs #9 --- themes/hugo-theme-relearn/static/css/home.css | 1 + themes/hugo-theme-relearn/static/css/theme.css | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/hugo-theme-relearn/static/css/home.css b/themes/hugo-theme-relearn/static/css/home.css index da61118..8601ab0 100644 --- a/themes/hugo-theme-relearn/static/css/home.css +++ b/themes/hugo-theme-relearn/static/css/home.css @@ -78,6 +78,7 @@ footer li.logo { } footer li.logo > a > img { + background-color: #fff; height: 32px; position: relative; top: 11px; diff --git a/themes/hugo-theme-relearn/static/css/theme.css b/themes/hugo-theme-relearn/static/css/theme.css index ea309ab..3e0f18b 100644 --- a/themes/hugo-theme-relearn/static/css/theme.css +++ b/themes/hugo-theme-relearn/static/css/theme.css @@ -2165,6 +2165,7 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right { padding-left: 1em; } ul.logos img { + background-color: #fff; height: 32px; } /* release notes */ -- GitLab