diff --git a/browser/components/NavToggleButton.styl b/browser/components/NavToggleButton.styl index 83a9853d..ae9dd6ca 100644 --- a/browser/components/NavToggleButton.styl +++ b/browser/components/NavToggleButton.styl @@ -9,6 +9,10 @@ width 34px line-height 32px padding 0 + &:hover + border: 1px solid #1EC38B; + background-color: alpha(#1EC38B, 30%) + border-radius: 50%; body[data-theme="white"] navWhiteButtonColor()