Better background color when hover to heading (for sorting)

This commit is contained in:
2025-06-01 19:17:15 +03:00
parent d9e045ea42
commit c942e45461

View File

@@ -227,6 +227,6 @@ table thead tr th {
font-weight: bold; font-weight: bold;
} }
table thead tr th:hover { table thead tr th:hover {
background-color: #f2f2f2; background-color: var(--color-background-mute);
} }
</style> </style>