Skip to content

Commit

Permalink
color background to break up sections
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 14, 2015
1 parent 2fdf057 commit c4677b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

#carousel {
background-color: #eee;
min-height: 100vh;
overflow: hidden;
}
Expand All @@ -18,11 +19,11 @@

#carousel-choices .button {
padding: 8px 16px;
border-color: #666;
border-color: #555;
}

#carousel-choices .button.flat.active {
background-color: #666;
background-color: #555;
color: #fff;
}

Expand Down

0 comments on commit c4677b6

Please sign in to comment.