Update table hover color to be less jarring

This commit is contained in:
Kuba Orlik 2026-01-01 21:06:02 +01:00
parent 10a3aacf15
commit 4e633f481b

View File

@ -25,7 +25,7 @@ thead th {
}
tr:hover {
background-color: var(--color-brand-text-bg-07) !important;
background-color: var(--color-brand-text-bg-09) !important;
}
td {