mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-11-23 13:59:45 +00:00
tools: try fix support for dark theme
This commit is contained in:
parent
091299ed38
commit
f94ed0dce7
@ -26,6 +26,11 @@
|
||||
fill: var(--fg, black);
|
||||
stroke: none;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
text {
|
||||
fill: var(--fg, white);
|
||||
}
|
||||
}
|
||||
tspan {
|
||||
alignment-baseline: central;
|
||||
fill: var(--fg, inherit);
|
||||
|
Before Width: | Height: | Size: 317 KiB After Width: | Height: | Size: 317 KiB |
@ -718,6 +718,11 @@ class ProgressSVG(Container):
|
||||
fill: var(--fg, black);
|
||||
stroke: none;
|
||||
}}
|
||||
@media (prefers-color-scheme: dark) {{
|
||||
text {{
|
||||
fill: var(--fg, white);
|
||||
}}
|
||||
}}
|
||||
tspan {{
|
||||
alignment-baseline: central;
|
||||
fill: var(--fg, inherit);
|
||||
|
Loading…
Reference in New Issue
Block a user