Skip to content

Commit 8a3d9f6

Browse files
author
jordanmccullough
committed
Introduce default Bootstrap vars
1 parent babae37 commit 8a3d9f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_stylesheets/curriculum.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
@import "octicons/octicons/sprockets-octicons.scss";
77
@import "bootstrap-sass/lib/bootstrap.scss";
88

9+
10+
body{
11+
background: $body-bg;
12+
}
13+
914
// Incorporate Bootstrap table striping
1015
table{
1116
@extend .table;

0 commit comments

Comments
 (0)