mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-26 04:04:15 +00:00
fix tier and supporter badge assignments. normalize did:web adresses with ports. various minor fixes
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user