Take out base color settings for now

This commit is contained in:
igorkorenfeld 2022-12-05 15:48:39 -05:00
parent e9035d93f6
commit 1b861f2337
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -88,19 +88,6 @@ in the form $setting: value,
$theme-color-accent-cool-dark: $dhs-light-blue-70,
$theme-color-accent-cool-light: $dhs-light-blue-40,
/*---------------------------
## Base color
----------------------------*/
// $theme-color-base-ink: $dhs-dark-gray-90,
// $theme-color-base-darkest: $dhs-gray-80,
// $theme-color-base-darker: $dhs-gray-70,
// $theme-color-base-dark: $dhs-gray-60,
// $theme-color-base: $dhs-dark-gray-60,
// $theme-color-base-light: $dhs-gray-40,
// $theme-color-base-lighter: $dhs-gray-30,
// $theme-color-base-lightest: $dhs-gray-10,
// $theme-global-paragraph-styles: true,
/*---------------------------
## Error state
----------------------------*/