Skip to content

Commit

Permalink
Disable bulma dark mode
Browse files Browse the repository at this point in the history
Ref #457
  • Loading branch information
benjamin melançon committed Aug 1, 2024
1 parent 2bd3d49 commit b4260a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/custom/peceful/skins/default/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $sts-green-dark: #214044;
$beige-light: #d0d1cd;
$beige-lighter: #eff0eb;

@use "../../../node_modules/bulma/sass" as bulma with (
@use "../../../node_modules/bulma/versions/bulma-no-dark-mode.scss" as bulma with (
$cssvars-prefix: "",
$control-border-width: 2px,
$family-primary: "'Open Sans', Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif",
Expand Down

0 comments on commit b4260a6

Please sign in to comment.