Make usercontext.svg use color-scheme-aware colors.
Fixes the individual icons in #2583.
This commit is contained in:
parent
60b40a2d9f
commit
bb24647ff3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;">
|
||||
<style>
|
||||
:root { color-scheme: light dark; }
|
||||
path, circle, g {
|
||||
fill: menutext;
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Reference in a new issue