Fixed fingerprint heading dark theme color.
This commit is contained in:
parent
6dedf10846
commit
9f3bc6e8de
|
|
@ -802,7 +802,7 @@ function copySummary() {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fingerprints-heading {
|
.fingerprints-heading {
|
||||||
color: var(--shadow);
|
color: var(--glass);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: .25rem;
|
padding: .25rem;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue