From e1cc65136f68971af21d7765cfd57a664f0782ef Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:32:51 +0100 Subject: [PATCH] Add neutral callout style for skipped questions --- client/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index 37dc8a7..92b0b30 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -504,6 +504,11 @@ h4 { color: #0f9d58; } +.callout.neutral { + background: #f9fafb; + color: #111827; +} + .explanation { margin-top: 1rem; padding-top: 0.5rem;