From e5c7aa03dbe59060a2303d378229b2de3a2ee3c6 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 1 Oct 2019 15:00:06 +0200 Subject: [PATCH] fix(tooltips): add dark variants of theme independent colors --- templates/default-layout.lucius | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index a6cc039d4..3176a9233 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -1,9 +1,13 @@ :root { /* THEME INDEPENDENT COLORS */ --color-error: #8c0707; + --color-error-dark: #500303; --color-warning: #fc9900; + --color-warning-dark: #c27400; --color-success: #23d160; + --color-success-dark: #1ca64c; --color-info: #c4c4c4; + --color-info-dark: #919191; --color-lightblack: #1A2A36; --color-lightwhite: #fcfffa; --color-grey: #B1B5C0;