fix tier and supporter badge assignments. normalize did:web adresses with ports. various minor fixes

This commit is contained in:
Evan Jarrett
2026-02-22 11:16:55 -06:00
parent 356f9d529a
commit 2b9ea997ac
28 changed files with 446 additions and 230 deletions
+3 -3
View File
@@ -410,10 +410,10 @@
@apply inline-flex items-stretch text-xs font-semibold leading-none;
}
.vuln-strip > span {
@apply px-2 py-1 min-w-[1.75rem] text-center cursor-pointer;
@apply px-2 py-1 min-w-7 text-center cursor-pointer;
}
.vuln-strip > span:first-child { @apply rounded-l; }
.vuln-strip > span:last-child { @apply rounded-r; }
.vuln-strip > span:first-child { @apply rounded-l-sm; }
.vuln-strip > span:last-child { @apply rounded-r-sm; }
.vuln-box-critical { background-color: oklch(45% 0.16 20); color: oklch(97% 0.01 20); }
.vuln-box-high { background-color: oklch(58% 0.18 35); color: oklch(97% 0.01 35); }
.vuln-box-medium { background-color: oklch(72% 0.15 70); color: oklch(25% 0.05 70); }