From 8acee84d7dc1556f40dc4aeb4a849138d6fb42c7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 18 Dec 2018 10:25:46 +0100 Subject: [PATCH] a color --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index 8e639a5..cacd1b7 100644 --- a/theme.css +++ b/theme.css @@ -32,6 +32,10 @@ } */ +.dashboard a { + color: #fff; +} + @media screen and (max-width: 767px) { .header-wrapper .tabs .item.active { border-bottom: 1px solid #D4D4D5;