summaryrefslogtreecommitdiff
path: root/themes/hugo-whisper-theme/assets
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-13 14:44:00 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-13 14:44:00 -0300
commitd3fa8290477d8e59401ef2c99ee2e68289ca4980 (patch)
tree22d26ddfa27a7121c417d907295c76fdb5336d28 /themes/hugo-whisper-theme/assets
parentdc7880b0abf8a7c0ba044296867e9c3d07e7a260 (diff)
Added gitlab to Menu
Diffstat (limited to 'themes/hugo-whisper-theme/assets')
-rwxr-xr-xthemes/hugo-whisper-theme/assets/scss/style.scss9
1 files changed, 9 insertions, 0 deletions
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;
+}