feat: Upgrade bootstrap to 5.3.0 and enable dark mode

Fixes #3365
This commit is contained in:
Lars Eggert 2023-04-19 23:19:47 +03:00
parent e6f351b3c9
commit 93d50f96c5
No known key found for this signature in database
GPG key ID: 54B5C309BF70C157

View file

@ -15,7 +15,7 @@ $popover-max-width: 100%;
$font-family-sans-serif: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
$font-family-monospace: "Noto Sans Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
// Enable automatic dark mode
// Allow color modes
$color-mode-type: media-query;