diff --git "a/artifacts/osint_dashboard.html" "b/artifacts/osint_dashboard.html" --- "a/artifacts/osint_dashboard.html" +++ "b/artifacts/osint_dashboard.html" @@ -93,6 +93,9 @@ .legend { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; font-size: 12px; } .dot { width: 9px; height: 9px; border-radius: 999px; display: inline-block; margin-right: 4px; } .mono { font-family: "IBM Plex Mono", monospace; font-size: 12px; } + .mono-box { font-family: "IBM Plex Mono", monospace; font-size: 12px; line-height: 1.4; } + .answer-ok { color: var(--ok); font-weight: 600; } + .answer-bad { color: var(--danger); font-weight: 600; } .inline { display: flex; gap: 8px; align-items: center; } .split { display: grid; grid-template-columns: 2fr 1.3fr; gap: 14px; margin-bottom: 14px; } .db-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px; } @@ -149,12 +152,22 @@