background color

543ad5d8872a15f1caa639dcbfd87783515d1385

Tucker McKnight <tmcknight@instructure.com> | Wed Feb 04 2026

background color
scss/design-board.scss:27
Before
26
27
28
29
30
31
$border-color: $lightblue;
$border-width: 2px;

$body-bg-dark: #060c2b;

@import "../node_modules/bootstrap/scss/bootstrap";
After
26
27
28
29
30
31
$border-color: $lightblue;
$border-width: 2px;

$body-bg-dark: #080f35;

@import "../node_modules/bootstrap/scss/bootstrap";