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