diff --git a/src/app.scss b/src/app.scss index ae985b4..45b1735 100644 --- a/src/app.scss +++ b/src/app.scss @@ -217,8 +217,8 @@ select option.is-default { } } /* Support for dark mode */ -// $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove this once a new version of bulma-prefers-dark is released -// @import "/node_modules/bulma-prefers-dark/build/bulma-prefers-dark.sass"; +$modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove this once a new version of bulma-prefers-dark is released +@import "/node_modules/bulma-prefers-dark/build/bulma-prefers-dark.sass"; /* For the message notes on light mode */ .message-note, .running-totals { @@ -232,7 +232,7 @@ select option.is-default { } .modal-card-body { // remove this once https: //github.com/jloh/bulma-prefers-dark/pull/90 is merged and released - // background-color: $background-dark; + background-color: $background-dark; } }