From 98534e827a0a3ef9f9b4b3b1f66b19ad65caa212 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 16 Apr 2025 20:02:54 +0200 Subject: [PATCH] Update 00_header.html --- summary/00_header.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/summary/00_header.html b/summary/00_header.html index 099a15a..763231a 100644 --- a/summary/00_header.html +++ b/summary/00_header.html @@ -38,6 +38,15 @@ tr.selected { background-color: #d1eaff !important; } + + th.asc::after { + content: " 🔼"; + } + + th.desc::after { + content: " 🔽"; + } +