CSS: Fix list item footer colors

This commit is contained in:
Florian Strohmaier 2022-11-23 09:58:57 +01:00 committed by Johannes Meyer
parent e9dc727196
commit 65a71fca3c

View file

@ -58,8 +58,11 @@
}
footer {
padding-top: .5em;
.status-icons {
color: @gray-light;
color: @text-color-light;
opacity: .5;
}
}
}