Update 00_header.html

This commit is contained in:
Yacine31
2025-04-16 20:02:54 +02:00
parent 41e9097f99
commit 98534e827a

View File

@@ -38,6 +38,15 @@
tr.selected {
background-color: #d1eaff !important;
}
th.asc::after {
content: " 🔼";
}
th.desc::after {
content: " 🔽";
}
</style>
</head>
<body>