From 2a5cd46c9ead227438026666ec0c21ef14b33890 Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 22 Feb 2024 15:08:50 +0900 Subject: [PATCH] Update app.scss --- src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.scss b/src/app.scss index 31535c0..ae985b4 100644 --- a/src/app.scss +++ b/src/app.scss @@ -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; } }