feat: improve extension options diagnostics

This commit is contained in:
Peter Steinberger
2026-01-15 05:15:33 +00:00
parent 612cdac4c3
commit 4fb114dcb3
2 changed files with 33 additions and 5 deletions

View File

@@ -143,6 +143,12 @@
color: color-mix(in oklab, var(--accent) 70%, canvasText 30%);
min-height: 16px;
}
.status[data-kind='ok'] {
color: color-mix(in oklab, #16a34a 75%, canvasText 25%);
}
.status[data-kind='error'] {
color: color-mix(in oklab, #ef4444 75%, canvasText 25%);
}
</style>
</head>
<body>