From 0866d22442c500c8e6734b01d74e6db0e3dcff95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Mon, 28 Mar 2016 13:33:19 +0200 Subject: [PATCH] Remove gray over red to avoid contrast problems --- app/styles/modules/team/team-table.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/team/team-table.scss b/app/styles/modules/team/team-table.scss index 1e2edc11..c7927a87 100644 --- a/app/styles/modules/team/team-table.scss +++ b/app/styles/modules/team/team-table.scss @@ -61,9 +61,10 @@ .hero { width: 100%; .row { - background: $whitish; - border-bottom: 0; + border-bottom: 1px solid $whitish; + border-top: 1px solid $whitish; margin: 1rem 0; + padding: 1.5rem 1rem; } } .avatar {