Better background color when hover to heading (for sorting)
This commit is contained in:
@@ -227,6 +227,6 @@ table thead tr th {
|
||||
font-weight: bold;
|
||||
}
|
||||
table thead tr th:hover {
|
||||
background-color: #f2f2f2;
|
||||
background-color: var(--color-background-mute);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user