Skip to content

Commit

Permalink
style: box-shadow, color...
Browse files Browse the repository at this point in the history
  • Loading branch information
MOxFIVE committed Jun 14, 2016
1 parent 5e2e891 commit aeb5ac7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ blockquote
margin .5em auto
border-left 4px solid rgba(147, 181, 224, .4)
background rgba(255,255,255,0.4)
box-shadow 1px 1px 1px rgba(0,0,0, .1)
p
margin .4em auto
blockquote
Expand Down
4 changes: 3 additions & 1 deletion themes/iyelee/source/css/_partial/customise/heading.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ if !heading_style
margin-top 30px
h2
margin .5em auto
color #9c9
color rgb(102, 190, 102)
padding-bottom 5px
border-bottom 1px solid #ddd
text-align center
font-size 1.5rem
&:hover
color #88acdb
&::before, &::after
Expand All @@ -21,6 +22,7 @@ if !heading_style
background rgba(243,248,253,0.6)
border 1px solid #d2e8fa
padding .2em .6em
box-shadow: 1px 1px 1px rgba(0,0,0, .15)
&:hover a
text-decoration underline
&::after
Expand Down
3 changes: 2 additions & 1 deletion themes/iyelee/source/css/_partial/customise/inline-code.styl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
background rgba(248, 237, 223, .5)
padding .05em .3em
border-radius 3px
box-shadow 1px 1px 1px rgba(0,0,0, .08)
var inline_code = hexo-config("inline_code")
color white
if !inline_code
color gray
if inline_code
background rgba(153, 204, 153, .7)
background rgba(153, 204, 153, .75)
if inline_code == "2"
color #f48385
background rgba(199,38,79,0.07)
Expand Down

0 comments on commit aeb5ac7

Please sign in to comment.