Add neutral callout style for skipped questions

This commit is contained in:
2026-01-08 01:32:51 +01:00
parent 64cf7fc998
commit e1cc65136f

View File

@@ -504,6 +504,11 @@ h4 {
color: #0f9d58;
}
.callout.neutral {
background: #f9fafb;
color: #111827;
}
.explanation {
margin-top: 1rem;
padding-top: 0.5rem;