Make toolbar icon color follow dark mode
This commit is contained in:
parent
4e0dbeab46
commit
37202a3460
1 changed files with 5 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue