use the hover background color

This commit is contained in:
Ell 2024-02-26 15:36:28 +01:00
parent 1d90a17e69
commit 701be28601

View file

@ -78,5 +78,5 @@
}
.simple-time-tracker-table tr:hover {
background-color: var(--background-secondary-alt);
background-color: var(--background-modifier-hover);
}