Enable dark mode in other views

This commit is contained in:
Lars Eggert 2023-04-19 23:37:10 +03:00
parent 93d50f96c5
commit 112d3b9f2a
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;
// Allow color modes
// Enable automatic dark mode
$color-mode-type: media-query;