improve section headers

This commit is contained in:
2026-01-19 14:22:17 +01:00
parent e2465f1289
commit c3597170f4
3 changed files with 37 additions and 1 deletions

View File

@@ -347,6 +347,14 @@ body {
font-weight: 400;
}
.count-installed {
color: var(--success);
}
.count-not-installed {
color: var(--warning);
}
.model-family-content {
display: grid;
gap: 15px;