diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 8eaf45a..23c1ae3 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -169,7 +169,7 @@ svg#brand-logo #glogo #gt7 { opacity: 0.5; } position: fixed; z-index: $zindex-fixed + 40; - background-color: transparentize($white, 10%); + background-color: transparentize($white, 0.1); border-radius: 2px; bottom: $spacer; @@ -284,4 +284,4 @@ svg#brand-logo #glogo #gt7 { opacity: 0.5; } } } } -} \ No newline at end of file +}