diff options
Diffstat (limited to 'themes/hugo-whisper-theme/assets/scss/style.scss')
-rwxr-xr-x | themes/hugo-whisper-theme/assets/scss/style.scss | 9 |
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; +} |