From 58aabfc8737af7a3d5b29bfee3d2f118f26ba0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 4 Jun 2026 18:00:47 +0200 Subject: [PATCH] Adjust large table row colors --- styles/42-components-data-display.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/42-components-data-display.css b/styles/42-components-data-display.css index 1b57a44..c5faf64 100644 --- a/styles/42-components-data-display.css +++ b/styles/42-components-data-display.css @@ -77,10 +77,16 @@ align-items: stretch; gap: 0; width: 100%; + background: var(--color-white); } .sg-large-table__row--header { font-weight: var(--font-weight-semibold); + background: var(--color-medium-grey); +} + +.sg-large-table > .sg-large-table__row:nth-child(odd) { + background: var(--color-light-grey); } .sg-large-table__cell {