Skip to content

Commit 2506cd9

Browse files
author
reco_luan
authored
Merge pull request #60 from vuepress-reco/feature/orange
feat: add back-color for kanbanniang's messageBox
2 parents 51bc903 + 5b34b23 commit 2506cd9

File tree

1 file changed

+29
-28
lines changed

1 file changed

+29
-28
lines changed

styles/colorMixin.styl

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,61 @@
33
color-mode(accountColor , colorName)
44
.reco-theme-{colorName}
55
input
6-
color accountColor!important;
6+
color accountColor!important;
77
a.sidebar-link.active
88
border-color: accountColor
9-
color accountColor!important;
9+
color accountColor!important;
1010
blockquote
1111
border-color: accountColor
1212
.search-box input
13-
border-color: accountColor!important;
13+
border-color: accountColor!important;
1414
&:focus
15-
border-color: accountColor!important;
15+
border-color: accountColor!important;
1616
.navbar
1717
box-shadow: 0 1px 6px 0 rgba(32,33,36,.28)
18-
.nav-links a:hover,
18+
.nav-links a:hover,
1919
.nav-links a.router-link-active,
20-
.nav-links a:hover .iconfont,
20+
.nav-links a:hover .iconfont,
2121
.nav-links a.router-link-active .iconfont
22-
color accountColor!important;
23-
.home
22+
color accountColor!important;
23+
.home
2424
.hero
2525
.action-button
26-
background-color accountColor!important;
26+
background-color accountColor!important;
2727
color: #fff!important
28-
.footer
29-
a
28+
.footer
29+
a
3030
color accountColor!important;
3131
.home-blog
3232
.info-wrapper
3333
.num
3434
> div, >div i
3535
color accountColor!important;
36-
.abstract-wrapper .abstract-item .title
36+
.abstract-wrapper .abstract-item .title
3737
a
38-
color accountColor!important;
38+
color accountColor!important;
3939
a:after
40-
background-color accountColor!important;
40+
background-color accountColor!important;
4141
.back-to-ceiling i
42-
color accountColor!important;
42+
color accountColor!important;
4343
.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active::after
44-
border-left: 5px solid accountColor!important;
45-
.tags
44+
border-left: 5px solid accountColor!important;
45+
.tags
4646
.tag-item.active, .tag-item:hover
47-
color accountColor!important;
48-
.timeline-wrapper .year-wrapper li:hover
47+
color accountColor!important;
48+
.timeline-wrapper .year-wrapper li:hover
4949
.title
50-
color accountColor!important;
50+
color accountColor!important;
5151
.date::before
52-
background: accountColor!important;
52+
background: accountColor!important;
5353
.date
5454
color accountColor!important;
5555
.categories-wrapper
5656
.category-wrapper
5757
.category-item
5858
&:hover, &.active
5959
background accountColor!important
60-
a
60+
a
6161
span.post-num
6262
color accountColor!important
6363
.color-picker
@@ -83,16 +83,17 @@ color-mode(accountColor , colorName)
8383
button
8484
border 1px solid accountColor!important
8585
color accountColor!important;
86-
87-
86+
.banniang-container
87+
.messageBox
88+
background-color lighten(accountColor, 50%)!important
8889

8990
@media (min-width: 765px)
90-
.nav-item > a:not(.external):hover,
91+
.nav-item > a:not(.external):hover,
9192
.nav-item > a:not(.external).router-link-active
92-
border-color: accountColor!important;
93+
border-color: accountColor!important;
9394
@media (max-width: 959px)
9495
.search-box input
95-
border-color: transparent!important;
96+
border-color: transparent!important;
9697

9798
for key, value in $themePicker
98-
color-mode(value, key)
99+
color-mode(value, key)

0 commit comments

Comments
 (0)