stat: Highlight deprecated Windows versions

This commit is contained in:
2026-05-04 20:19:35 +02:00
parent a7658c33b1
commit 028c16be3d
2 changed files with 15 additions and 7 deletions
+2 -2
View File
@@ -82,7 +82,7 @@
justify-content: space-between;
}
.device:not(.inactive) .versions .elwig.deprecated {
.device:not(.inactive) .versions .deprecated {
color: #C00000;
}
@@ -119,7 +119,7 @@ img {
.device.online .date {
color: #00A000;
}
.device:not(.inactive) .versions .elwig.deprecated {
.device:not(.inactive) .versions .deprecated {
color: #E00000;
}
}