Skip to content

Commit a2949dc

Browse files
author
reco_luan
committed
Merge branch 'develop' of github.com:vuepress-reco/vuepress-theme-reco into feature/reco
2 parents 6efcdb3 + 2bb5866 commit a2949dc

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

styles/colorMixin.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ color-mode(accountColor , colorName)
8484
border 1px solid accountColor!important
8585
color accountColor!important;
8686
.showBanNiang
87-
background-color lighten(accountColor, 50%)!important
87+
color accountColor!important
8888
.banniang-container
8989
.messageBox
9090
background-color lighten(accountColor, 50%)!important

styles/recoConfig.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2)
22
$boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2)
33
$textShadow = 0 2px 4px rgba(0, 0, 0, 0.1);
44
$borderRadius = .25rem
5+
$backgroundColor = #fff
56

67
$themePicker = {
78
red: #f26d6d,

styles/theme.styl

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ body
2828
left 0
2929
right 0
3030
height $navbarHeight
31-
background-color #fff
3231
box-sizing border-box
3332

3433
.sidebar-mask
@@ -295,3 +294,26 @@ th, td
295294

296295
.search-box input
297296
border-radius: $borderRadius
297+
298+
/********* 悬浮卡片背景颜色 **********/
299+
300+
.navbar
301+
background $backgroundColor
302+
.links
303+
background $backgroundColor
304+
305+
.home-blog
306+
.home-blog-wrapper
307+
.info-wrapper
308+
background $backgroundColor
309+
310+
.abstract-item
311+
background $backgroundColor
312+
313+
.category-wrapper
314+
.category-item
315+
background $backgroundColor
316+
317+
.pagation
318+
.jump
319+
background $backgroundColor

0 commit comments

Comments
 (0)