summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-whisper-theme')
-rwxr-xr-xthemes/hugo-whisper-theme/assets/scss/style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/hugo-whisper-theme/assets/scss/style.scss b/themes/hugo-whisper-theme/assets/scss/style.scss
index f4de255..c02c2a1 100755
--- a/themes/hugo-whisper-theme/assets/scss/style.scss
+++ b/themes/hugo-whisper-theme/assets/scss/style.scss
@@ -77,6 +77,11 @@ body {
}
.menu-item-gitlab span:before {
- content: url("/pics/gitlab.png") ;
+ content: url("/pics/gitlab-small.png") ;
+ margin-right: 5px;
+}
+
+.menu-item-matrix span:before {
+ content: url("/pics/element-small.png") ;
margin-right: 5px;
}