Fixed fingerprint row highlight color.
This commit is contained in:
parent
2ad17c2279
commit
461f6cf8fd
|
|
@ -810,11 +810,11 @@ function copySummary() {
|
|||
|
||||
.fingerprint {
|
||||
&:nth-child(2n + 1) {
|
||||
background: var(--shadow-weak-50);
|
||||
background: var(--glass-weak-50);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--shadow-weak-40);
|
||||
background: var(--glass-weak-40);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue