add focus for the selected comparison in the list; fix light theme

This commit is contained in:
2024-12-18 01:03:24 +03:00
parent 6ad2f816df
commit 20d02c28e4
3 changed files with 17 additions and 6 deletions

View File

@@ -21,10 +21,11 @@ table {
border: #e100ca 1px solid;
border-radius: 6px;
}
table tr:hover {
background: oklch(76.47% 0.279 334.17);
table tr:hover,
table tr.active {
background: #512649;
}
th {
/*background: oklch(62.5% 0.291 308.12);*/
background: linear-gradient(0deg,#b540ff,cornflowerblue);