File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ a.sidebar-link
9696 color $accentColor
9797 & .active
9898 font-weight 600
99- color $accentColor
99+ color $accentColor ! important
100100 border-left-color $accentColor
101101 .sidebar-group &
102102 padding-left 2rem
Original file line number Diff line number Diff line change 11<template >
22 <div v-if =" showSettings" v-click-outside =" hideMenu" class =" color-picker" >
3- <a class =" color-button" href = " # " @click.prevent =" showMenu = !showMenu" >
3+ <a class =" color-button" @click.prevent =" showMenu = !showMenu" >
44 <i class =" iconfont reco-color" ></i >
55 </a >
66 <transition name =" menu-transition" mode =" out-in" >
Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ color-mode(accountColor , colorName)
5858 a
5959 span .post-num
6060 color accountColor ! important
61+ .color-picker
62+ .color-button
63+ .iconfont
64+ color accountColor ! important ;
65+ a
66+ color accountColor ;
67+ a .sidebar-link
68+ color $textColor
69+ a .sidebar-link :hover
70+ color accountColor ! important ;
6171
6272
6373 @media (min-width : 765px )
You can’t perform that action at this time.
0 commit comments