From fea5175591d03e4c7f5ce9c488e6234d30970736 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 25 Feb 2026 18:49:19 +0100 Subject: ✨ minor CSS - "even" rule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/custom.scss b/scss/custom.scss index a70cf34a9..5672eb61a 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -203,7 +203,7 @@ pre { margin: 0.5em 1em; } -.form-row.odd{ +.tab-pane .odd, .form-row.odd{ background-color: $gray-200; } -- cgit v1.2.3