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/less/_dashboard.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web_src/less/_dashboard.less') diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index f2dd145f55..d798f2bed5 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -61,7 +61,7 @@ } .right.stackable.menu > .item.active { - color: #d9453d; + color: var(--color-red); } } -- cgit v1.2.3