add focus for the selected comparison in the list; fix light theme
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user