Fixed fingerprint row highlight color.

This commit is contained in:
DebaucheryLibrarian 2026-01-26 16:52:34 +01:00
parent 2ad17c2279
commit 461f6cf8fd
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}