Skip to content

Commit f279e45

Browse files
committed
Fixing Background Color
1 parent 7c7687c commit f279e45

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)