Skip to content

Commit 2843f9f

Browse files
Merge pull request #7 from devinmatte/master
Fixing Background Color
2 parents 6825e32 + f279e45 commit 2843f9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/csh-material-bootstrap.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
4646
}
4747
}
4848

49+
// Body ========================================================================
50+
51+
body {
52+
background-color: $gray-200;
53+
}
54+
4955
// Navbar ======================================================================
5056

5157
.navbar {

0 commit comments

Comments
 (0)