diff --git a/client.sample.happy-dev.css b/client.sample.happy-dev.css index b60f865..c3be74b 100644 --- a/client.sample.happy-dev.css +++ b/client.sample.happy-dev.css @@ -250,6 +250,10 @@ button#solid-picture-remove.button.button-primary:hover { color: var(--color-complementary) !important; } +.dashboard-card .svg-color-secondary { + fill: var(--color-complementary) !important; +} + .dashboard-card i { border-color: var(--color-primary) !important; color: var(--color-complementary) !important;