diff --git a/browser/main/Detail/StarButton.styl b/browser/main/Detail/StarButton.styl index 446ceb06..f8236ccb 100644 --- a/browser/main/Detail/StarButton.styl +++ b/browser/main/Detail/StarButton.styl @@ -3,7 +3,7 @@ top 0 padding 0 &:hover - background-color #272B32 + background-color #DCDCDC .icon transform rotate(-72deg) .tooltip @@ -19,3 +19,8 @@ .icon transition transform 0.15s + +body[data-theme="dark"] + .root + &:hover + background-color #272B32 \ No newline at end of file