@use "vars"; @use "scrollbar"; @use "bootstrap-dark"; @import "base"; @import "bootstrap/scss/alert"; @import "bootstrap/scss/forms"; @import "bootstrap/scss/buttons"; @import "bootstrap/scss/button-group"; @import "bootstrap/scss/close"; @import "bootstrap/scss/grid"; .night-mode { @include scrollbar.night-mode; @include bootstrap-dark.night-mode; } // the unprefixed version wasn't added until Chrome 81 .form-select { -webkit-appearance: none; } body { width: min(100vw, 35em); margin: 0 auto; // leave some space for rounded screens margin-bottom: 2em; } html { overflow-x: hidden; } #main { padding: 0.5em; padding-top: 0; } // override the default down arrow colour in