Index: src/assets/css/guardian.css
===================================================================
--- src/assets/css/guardian.css	(revision 88d7c8fc087ab49a2fd3ee63bf184d15d1f0fa31)
+++ src/assets/css/guardian.css	(revision 6089c53ce58d9a815c32fa7f8ddb549efce96d68)
@@ -156,4 +156,9 @@
 .g-avlabel { color: var(--sub); font-size: .8rem; white-space: nowrap; }
 .row.g-guard { gap: 8px; margin-top: 6px; }
+/* The status of a proposal this guardian sent (5.6): one quiet line per
+   feature. The colour says the state before the words do. */
+.g-prop { margin: 6px 0 0; color: var(--sub); }
+.g-prop-accepted { color: var(--ok); }
+.g-prop-rejected, .g-prop-expired { color: var(--danger); }
 .g-away-row { display: flex; gap: 8px; }
 .g-card.lapse { border-left: 3px solid #8a93a3; }
