Skip to content

Commit

Permalink
extending bg color
Browse files Browse the repository at this point in the history
  • Loading branch information
gvn committed Feb 15, 2017
1 parent 6d55dea commit 4e353c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ $bp-xl: #{map-get($grid-breakpoints, xl)}; // >= 1200px

// Resets & Primitives

html {
background: $black;
}

html,
body {
margin: 0;
Expand Down Expand Up @@ -277,6 +281,10 @@ a {

// Custom Components

body > .wrapper {
background: $white;
}

#hero {
background: #b6d806;

Expand Down

0 comments on commit 4e353c7

Please sign in to comment.