Add paige.color_scheme config

This commit is contained in:
Will Faught
2024-04-06 23:47:58 -07:00
parent caac4048b5
commit c643ab3ffb
6 changed files with 21 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
{{ $params := . }}
$color-mode-type: media-query;
{{ if and (not (eq $params.color_scheme "dark")) (not (eq $params.color_scheme "light")) }}
$color-mode-type: media-query;
{{ end }}
$primary: {{ $params.color }};
@import "bootstrap";