Set default background to alice blue

This commit is contained in:
George Lacey 2021-05-11 11:49:29 +01:00
parent b62fc7b2be
commit 1b934d8184

View File

@ -2,6 +2,7 @@
@import "./scss/functions"; @import "./scss/functions";
// 2. Include any default variable overrides here // 2. Include any default variable overrides here
$body-bg: #f0f8ff;
// 3. Include remainder of required Bootstrap stylesheets // 3. Include remainder of required Bootstrap stylesheets
@import "./scss/variables"; @import "./scss/variables";