Tucker McKnight <tmcknight@instructure.com> | Wed Feb 04 2026
Change dark mode background color Trying to increase contrast here.
26 27 28 29 30 31
$border-color: $lightblue;
$border-width: 2px;
$body-bg-dark: #060c2b;
@import "../node_modules/bootstrap/scss/bootstrap";
26 27 28 29 30 31
$border-color: $lightblue;
$border-width: 2px;
$body-bg-dark: #040e1e;
@import "../node_modules/bootstrap/scss/bootstrap";
217 218 219 220 221 222
justify-content: center;
span {
margin: 0.5rem;
}
}
}217 218 219 220 221 222
justify-content: center;
span {
margin: 0 0.5rem;
}
}
}