bs5: fix color sass map

This commit is contained in:
Michael Shamoon 2022-02-19 22:05:10 -08:00
parent add09db40a
commit 55b980991b

@ -2,10 +2,6 @@ $paperless-green: #17541f;
$primary: #17541f;
$primaryFaded: #d1ddd2;
$theme-colors: (
"primary": $primary
);
.bg-body {
background-color: #fff;
}