Artifact 523da602e2039eec87ecca6532ad6866245dfefc32cad8646378b6ed899f0101:
- File base/default/early-vars.scss — part of check-in [4dc8773008] at 2020-11-10 11:20:48 on branch trunk — Refactored the input file name directories so file elements match their command line option names and we don't intermix base + common + override skin elements. (user: tangent size: 500)
- File skins/default/early-vars.scss — part of check-in [6b73476a58] at 2020-11-09 11:13:05 on branch trunk — Reworked the "adjust" and "late-vars" features to allow for the first Amber VT derivative: "green bar". (user: tangent size: 500)
/*********************************************************************** default/early-vars.scss - Early variables used within ./css.scss. Copyright © 2020 by Warren Young. Offered under ../../LICENSE.md. ***********************************************************************/ $text-color: hsl(0, 0, 27); /* #454545 */ $pri-accent-color: hsl(210, 53, 51); /* #4082C4 */ $sec-accent-color: hsl(0, 0, 92); /* #EBEBEB */ $background-color: white; /* #FFFFFF */