Make toolbar icon color follow dark mode

This commit is contained in:
BPower0036 2022-12-16 06:27:55 +00:00 committed by GitHub
parent 4e0dbeab46
commit 37202a3460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -364,6 +364,11 @@ table {
--identity-icon-color: #000000;
}
[data-theme="dark"] [data-identity-color="toolbar"] {
--identity-tab-color: #ffffff;
--identity-icon-color: #ffffff;
}
[data-identity-icon="fingerprint"] {
--identity-icon: url("/img/usercontext.svg#fingerprint");
}