Merge "Make the page background less bright"

This commit is contained in:
Zuul 2018-08-21 21:24:29 +00:00 committed by Gerrit Code Review
commit 9a949578ff
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
*/
body {
background-color: $white;
margin-top: $navbar-height;
margin-bottom: 20px;
}

View File

@ -1,5 +1,5 @@
// ============================== Custom Variables =============================
$white: #FFFFFF;
$white: #f7f6f4;
$black: #000000;
// ============================== Bootstrap Overrides ==========================