Make usercontext.svg use color-scheme-aware colors.

Fixes the individual icons in #2583.
This commit is contained in:
Emilio Cobos Álvarez 2023-10-09 00:45:37 +02:00
parent 60b40a2d9f
commit bb24647ff3
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -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