From cf2c6ef95e82c5b30a674cc19ce06938cff7fc1b Mon Sep 17 00:00:00 2001 From: zsw Date: Tue, 15 Oct 2019 17:55:07 +0800 Subject: [PATCH] feat : make kanbanniang color follow theme color 1. kanbanniang button color 2. kanbanniang button color when mouse hover --- styles/colorMixin.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/colorMixin.styl b/styles/colorMixin.styl index 5ee02f6..eb10b1e 100644 --- a/styles/colorMixin.styl +++ b/styles/colorMixin.styl @@ -83,9 +83,14 @@ color-mode(accountColor , colorName) button border 1px solid accountColor!important color accountColor!important; + .showBanNiang + background-color lighten(accountColor, 50%)!important .banniang-container .messageBox background-color lighten(accountColor, 50%)!important + .operation + i:hover + color lighten(accountColor, 50%)!important @media (min-width: 765px) .nav-item > a:not(.external):hover,