From 96fbac501c42b9e215da9d2d7ad389636cdbb2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 7 Dec 2018 10:44:43 +0100 Subject: [PATCH] style: use white for links in highlighted cells (#28740) --- gadjo/static/css/_portal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gadjo/static/css/_portal.scss b/gadjo/static/css/_portal.scss index 45ba74a..4f6ff3d 100644 --- a/gadjo/static/css/_portal.scss +++ b/gadjo/static/css/_portal.scss @@ -24,7 +24,7 @@ div#portal-agent-content { &.highlight { background: linear-gradient(to right, $primary-color 30%, $secondary-color 100%); color: white; - h2 { + h2, a { color: white; } } -- 2.20.0.rc2