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