* fix: More dark mode fixes This first commit increases contrast of the leftmenu text. * Fix own ballot position highlight in dark mode * Fix dark mode axis color in timeline diagrams * Enable highcharts dark mode * Fix template * Properly import our customized bs5 everywhere * Fix #6499 * Use bs5 color for border-left * Remove superfluous load
8 lines
275 B
SCSS
8 lines
275 B
SCSS
@import "custom-bs-import";
|
|
|
|
// FIXME: bs-5.3.0 workaround from https://github.com/apalfrey/select2-bootstrap-5-theme/issues/75#issuecomment-1573265695
|
|
$s2bs5-border-color: $border-color;
|
|
|
|
@import "select2/src/scss/core";
|
|
@import "select2-bootstrap-5-theme/src/include-all";
|