feat: add backgroud color for card

This commit is contained in:
SigureMo 2019-10-24 17:27:32 +08:00
parent 04639cdaa3
commit 76fbff7ab4
2 changed files with 24 additions and 1 deletions

View File

@ -2,6 +2,7 @@ $boxShadow = 0 1px 6px 0 rgba(0, 0, 0, 0.2)
$boxShadowHover = 0 2px 16px 0 rgba(0, 0, 0, 0.2)
$textShadow = 0 2px 4px rgba(0, 0, 0, 0.1);
$borderRadius = .25rem
$backgroundColor = #fff
$themePicker = {
red: #f26d6d,

View File

@ -29,7 +29,6 @@ body
left 0
right 0
height $navbarHeight
background-color #fff
box-sizing border-box
.sidebar-mask
@ -296,3 +295,26 @@ th, td
.search-box input
border-radius: $borderRadius
/********* **********/
.navbar
background $backgroundColor
.links
background $backgroundColor
.home-blog
.home-blog-wrapper
.info-wrapper
background $backgroundColor
.abstract-item
background $backgroundColor
.category-wrapper
.category-item
background $backgroundColor
.pagation
.jump
background $backgroundColor