Merge pull request #61 from vuepress-reco/feature/orange
feat : make kanbanniang color follow theme color
This commit is contained in:
commit
1b4d8a418b
@ -83,9 +83,14 @@ color-mode(accountColor , colorName)
|
|||||||
button
|
button
|
||||||
border 1px solid accountColor!important
|
border 1px solid accountColor!important
|
||||||
color accountColor!important;
|
color accountColor!important;
|
||||||
|
.showBanNiang
|
||||||
|
background-color lighten(accountColor, 50%)!important
|
||||||
.banniang-container
|
.banniang-container
|
||||||
.messageBox
|
.messageBox
|
||||||
background-color lighten(accountColor, 50%)!important
|
background-color lighten(accountColor, 50%)!important
|
||||||
|
.operation
|
||||||
|
i:hover
|
||||||
|
color lighten(accountColor, 50%)!important
|
||||||
|
|
||||||
@media (min-width: 765px)
|
@media (min-width: 765px)
|
||||||
.nav-item > a:not(.external):hover,
|
.nav-item > a:not(.external):hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user