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

@@ -16,18 +16,25 @@ body {
}
table {
color: #eb4300;
color: #6e1f00;
border: #ffa6f6 1px solid;
border-radius: 6px;
}
table tr:hover,
table tr.active {
background: #ffc3c3;
}
th {
background: oklch(62.5% 0.291 308.12);
background: linear-gradient(0deg,#d99dff,#c4d7f9);
/* box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.5);*/
}
a, a:visited {
color: #e100ca;
color: oklch(62.5% 0.291 334.06);
color: #9c008b;
color: oklch(0.47 0.22 334.15);
}
:root {