Artifact 3bd7c969f8f1ad43b60a281b670eb11a8848e046c77156518bc95c7871a6f6dd:
- File override/amber-vt/early-vars.scss — part of check-in [9d64260231] at 2020-11-22 12:52:10 on branch trunk — Added the body-font-size variable to Modern and adjusted some of the font sizes around it. The overall effect is fonts a bit smaller than before in most places, yet still larger than the Fossil default. (user: tangent size: 448)
/*********************************************************************** amber-vt/early-vars.scss - Early variables used within ./css.scss. Copyright © 2020 by Warren Young. Offered under ../../LICENSE.md. ***********************************************************************/ @import 'override/modern/early-vars'; $body-font-size: 0.9em; $background-color: hsl(28, 74, 85); $vt-text-color: hsl(40, 96, 46); $tint-color: black;