* 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
7 lines
229 B
SCSS
7 lines
229 B
SCSS
@import "custom-bs-import";
|
|
|
|
// FIXME: color.scale doesn't seem to work with CSS variables, so avoid those:`
|
|
$dp-cell-focus-background-color: $dropdown-link-hover-bg !default;
|
|
|
|
@import "vanillajs-datepicker/sass/datepicker-bs5";
|