From e08ee11a60ec799455525550fcce22289a5d3739 Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 1 Jun 2024 23:35:00 +0200 Subject: [PATCH] chore: Update sort indicator labels in style.css --- web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index 16de239..f079966 100644 --- a/web/style.css +++ b/web/style.css @@ -78,11 +78,11 @@ th { border: none; } th.sort-asc::after { - content: " \u2191"; + content: " (newest first)"; color: #fff; } th.sort-desc::after { - content: " \u2193"; + content: " (oldest first)"; color: #fff; } tbody tr:nth-child(even) {