From 309a8c2c0f20474460eca4d3b0ae969c416ce1df Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 2 Nov 2016 23:17:02 +0100 Subject: [PATCH] Use more distinct color for table footers --- website/assets/css/_components/_tables.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/css/_components/_tables.sass b/website/assets/css/_components/_tables.sass index 491552c62..f87169fb1 100644 --- a/website/assets/css/_components/_tables.sass +++ b/website/assets/css/_components/_tables.sass @@ -13,7 +13,7 @@ background: rgba($color-subtle-light, 0.35) &.c-table__row--foot - background: $color-subtle-light + background: rgba($color-theme, 0.025) border-top: 2px solid $color-theme .c-table__cell:first-child