From 0de546009e466486cd88dfa98d07d8775bd3087d Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 15 Nov 2020 21:58:16 +0100 Subject: CSS color variables, less bold font weight and more (#13567) * CSS color variables, less bold font weight - Define color variables for fully saturated colors and apply them where it made sense - Add background color helper classes - Globally reduce bold font weight from 700 to 500 - Remove border from timeline icons - Unify dropzone styling - Various border style consolidations * attempt to fix test * another attempt at tests * fix contains --- web_src/fomantic/_site/globals/site.variables | 1 + 1 file changed, 1 insertion(+) (limited to 'web_src/fomantic/_site') diff --git a/web_src/fomantic/_site/globals/site.variables b/web_src/fomantic/_site/globals/site.variables index efd2e2a27d..550d44b3b5 100644 --- a/web_src/fomantic/_site/globals/site.variables +++ b/web_src/fomantic/_site/globals/site.variables @@ -2,3 +2,4 @@ @headerFont: var(--fonts-regular); @pageFont: var(--fonts-regular); +@bold: 500; -- cgit v1.2.3