From 6ab6499d1d0b7052e020c4c7ab5dea1a1afa1662 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 18 Dec 2018 10:52:11 +0100 Subject: [PATCH] a color --- theme.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index fefaf6b..a15913f 100644 --- a/theme.css +++ b/theme.css @@ -32,7 +32,13 @@ } */ -.repository a, .dashboard a, ui.breadcrumb a, .ui.card > .extra a:not(.ui), .ui.cards > .card > .extra a:not(.ui) { +.repository a, +.dashboard a, +.profile a, +ui.breadcrumb a, +.ui.card > .extra a:not(.ui), +.ui.cards > .card > .extra a:not(.ui) +{ color: #fff !important; }