From 1b934d81840f71d941a731c175e118523d82a2a9 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Tue, 11 May 2021 11:49:29 +0100 Subject: [PATCH] Set default background to alice blue --- borgweb/static/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/borgweb/static/theme.scss b/borgweb/static/theme.scss index 8eb6d62..7f2f74a 100644 --- a/borgweb/static/theme.scss +++ b/borgweb/static/theme.scss @@ -2,6 +2,7 @@ @import "./scss/functions"; // 2. Include any default variable overrides here +$body-bg: #f0f8ff; // 3. Include remainder of required Bootstrap stylesheets @import "./scss/variables";