diff --git a/site/dashboard.html b/site/dashboard.html index 7f83699..e90fbea 100644 --- a/site/dashboard.html +++ b/site/dashboard.html @@ -285,6 +285,7 @@ body { .path-tag.OVERRIDE { background: rgba(82, 122, 82, 0.12); color: var(--emerald); } .path-tag.SERVFAIL { background: rgba(181, 68, 58, 0.12); color: var(--rose); } .path-tag.BLOCKED { background: rgba(163, 152, 136, 0.15); color: var(--text-dim); } +.path-tag.COALESCED { background: rgba(138, 104, 158, 0.12); color: var(--violet-dim); } /* Sidebar panels */ .sidebar { @@ -547,6 +548,8 @@ body {