From d3fa8290477d8e59401ef2c99ee2e68289ca4980 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Fri, 13 Jan 2023 14:44:00 -0300 Subject: Added gitlab to Menu --- themes/hugo-whisper-theme/assets/scss/style.scss | 9 +++++++++ themes/hugo-whisper-theme/layouts/partials/sub-footer.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/hugo-whisper-theme/assets/scss/style.scss b/themes/hugo-whisper-theme/assets/scss/style.scss index ee54235..f4de255 100755 --- a/themes/hugo-whisper-theme/assets/scss/style.scss +++ b/themes/hugo-whisper-theme/assets/scss/style.scss @@ -71,3 +71,12 @@ body { // } // } // } + +.menu-item-gitlab span { + color: #fc6d27; +} + +.menu-item-gitlab span:before { + content: url("/pics/gitlab.png") ; + margin-right: 5px; +} diff --git a/themes/hugo-whisper-theme/layouts/partials/sub-footer.html b/themes/hugo-whisper-theme/layouts/partials/sub-footer.html index bc46f91..99cf2d0 100644 --- a/themes/hugo-whisper-theme/layouts/partials/sub-footer.html +++ b/themes/hugo-whisper-theme/layouts/partials/sub-footer.html @@ -10,4 +10,4 @@ - \ No newline at end of file + -- cgit v1.2.3