stat: Highlight deprecated versions of elwig

This commit is contained in:
2026-04-23 14:26:46 +02:00
parent aa3564284f
commit fbb0ac86d5
2 changed files with 14 additions and 1 deletions
+7
View File
@@ -82,6 +82,10 @@
justify-content: space-between;
}
.device:not(.inactive) .versions .elwig.deprecated {
color: #C00000;
}
img {
width: 1em;
height: 1em;
@@ -115,4 +119,7 @@ img {
.device.online .date {
color: #00A000;
}
.device:not(.inactive) .versions .elwig.deprecated {
color: #E00000;
}
}