chore: Update sort indicator labels in style.css

This commit is contained in:
skidoodle 2024-06-01 23:35:00 +02:00
parent da96cec13e
commit e08ee11a60

View file

@ -78,11 +78,11 @@ th {
border: none; border: none;
} }
th.sort-asc::after { th.sort-asc::after {
content: " \u2191"; content: " (newest first)";
color: #fff; color: #fff;
} }
th.sort-desc::after { th.sort-desc::after {
content: " \u2193"; content: " (oldest first)";
color: #fff; color: #fff;
} }
tbody tr:nth-child(even) { tbody tr:nth-child(even) {