summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/assets
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-13 15:13:02 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-13 15:13:02 -0300
commit5e06e43c904e6cc40c34d912982b532ce7e47ca0 (patch)
tree9cc82b531a505fb3b7dce2ead2e0d4c7ce4e8710 /themes/hugo-whisper-theme/assets
parentd3fa8290477d8e59401ef2c99ee2e68289ca4980 (diff)
Added "Contact" page
Diffstat (limited to 'themes/hugo-whisper-theme/assets')
-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;
}