Skip to content

Commit

Permalink
better ui colors
Browse files Browse the repository at this point in the history
Former-commit-id: c5418af
Former-commit-id: 8f166dc
  • Loading branch information
khoerling committed Apr 7, 2015
1 parent 88ec970 commit aa97fe5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/stylus/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ h2, h3
position relative
overflow hidden
borderColor = #eee
border-bottom 2px solid lighten(borderColor, 95%)
border-bottom 2px solid borderColor
box-shadow 0 1px 5px -1px borderColor
// two lines simulating 8x11 paper
&:after
Expand Down
4 changes: 2 additions & 2 deletions client/stylus/dimension.styl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ body
.dimension
text-align center
.dimension-logo
bottom grid * 8
bottom grid * 11
left -(grid / 2)
.fb-like
display block
bottom -17px
bottom 15px
left grid * 2.3
position relative
min-width 123px
Expand Down
2 changes: 1 addition & 1 deletion client/stylus/nav.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ nav
// the menu
ul
background rgba(#fff, .8)
border 1px solid #fafafa
border 1px solid #fff
padding grid (grid * 2)
margin 0
list-style-type none
Expand Down

0 comments on commit aa97fe5

Please sign in to comment.