Import portability checks complete

This commit is contained in:
2024-11-16 02:31:53 +01:00
parent d9e74ed305
commit 41982e9dbc
3 changed files with 28 additions and 16 deletions

View File

@@ -410,7 +410,8 @@ table.items td.link a:hover:focus-visible {
color: #006c9b;
}
table.items td:not(:first-child) {
table.items td:not(:first-child),
.grayed {
color: var(--color-table-gray);
fill: var(--color-table-gray);
}