Skip to content

Commit

Permalink
Merge pull request klugjo#16 from BrunoCartier/styling_adjustments
Browse files Browse the repository at this point in the history
Styling adjustments
  • Loading branch information
klugjo authored Jun 20, 2016
2 parents 27fd2eb + 8ec70e6 commit 39c8ec8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions source/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ body
p
line-height 1.5
margin 30px 0

p, li
a
text-decoration underline

Expand Down Expand Up @@ -46,6 +48,7 @@ hr.small
font-size 12px
font-weight 800
letter-spacing 1px
text-decoration none
@media only screen and (min-width: 768px)
background transparent
border-bottom 1px solid transparent
Expand Down Expand Up @@ -102,9 +105,8 @@ hr.small

.intro-header
background-color gray
background no-repeat center center
background-position center center
background-attachment scroll
background-size 100%
@extend .background-cover
margin-bottom 50px
.site-heading, .post-heading, .page-heading
Expand Down
1 change: 0 additions & 1 deletion source/css/style.styl
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

@import "base.styl"
@import "article.styl"
2 changes: 1 addition & 1 deletion source/css/variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
brand-primary = rgb(0, 133, 161, 1)
gray-dark = lighten(rgb(0, 0, 0, 1), 25%)
gray = lighten(rgb(0, 0, 0, 1), 50%)
white-faded = fade(rgb(255, 255, 255, 1), 80%)
white-faded = rgba(255, 255, 255, .8)
gray-light = rgb(238, 238, 238, 1)
color-border = #ddd
color-meta = #999
Expand Down

0 comments on commit 39c8ec8

Please sign in to comment.