Ensure consistent parameter for paige.scss

This commit is contained in:
Will Faught
2023-03-27 21:08:17 -07:00
parent 10cd525712
commit 50b54b7da8
2 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{{ $page := . }}
{{ $params := . }}
$color-mode-type: media-query;
$primary: {{ $page.Param "paige.color" | default "#0d6efd" }};
$primary: {{ $params.color }};
@import "bootstrap";