From f94ea2a8e02fdb608fbb47cdbffb217c62963647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 15 Jul 2025 20:13:05 -0400 Subject: [PATCH] Bring in Bulma utilities but override the background to set it back to white Ref #114 #126 --- web/themes/custom/geofresco/src/global/global.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/src/global/global.scss b/web/themes/custom/geofresco/src/global/global.scss index 0bf6808..0135502 100644 --- a/web/themes/custom/geofresco/src/global/global.scss +++ b/web/themes/custom/geofresco/src/global/global.scss @@ -3,7 +3,9 @@ @use "variables" as *; // Import each part of Bulma separately so we can layer in our styles. // Extend or override Bulam's base styles in this themes base.scss etc. -@forward "../../node_modules/bulma/sass/utilities/_index"; +@use "../../node_modules/bulma/sass/utilities" with ( + $background: white, +); @forward "fonts"; @forward "../../node_modules/bulma/sass/base/_index"; @forward "base";