From 5ef462ca6b9798f1184b081e4f551b8a721ef424 Mon Sep 17 00:00:00 2001 From: gaelle morin Date: Tue, 23 Jun 2020 18:18:35 +0200 Subject: [PATCH] feature: dashboard - HD colors added --- client.sample.happy-dev.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/client.sample.happy-dev.css b/client.sample.happy-dev.css index 18eb3c0..b60f865 100644 --- a/client.sample.happy-dev.css +++ b/client.sample.happy-dev.css @@ -244,3 +244,22 @@ button#solid-picture-remove.button.button-primary:hover { #members-list .send-display solid-link::before { background-color: var(--color-directory-complementary)!important; } + +/* Dashboard */ +.dashboard-card>div>div>p { + color: var(--color-complementary) !important; +} + +.dashboard-card i { + border-color: var(--color-primary) !important; + color: var(--color-complementary) !important; +} + +.dashboard-card sib-link { + border-color: var(--color-complementary) !important; + color: var(--color-complementary) !important; +} + +.dashboard-card sib-link:hover { + background-color: var(--color-complementary) !important; +}