summaryrefslogtreecommitdiffstats
path: root/Doc/howto/logging_flow.svg
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/howto/logging_flow.svg')
-rw-r--r--Doc/howto/logging_flow.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/howto/logging_flow.svg b/Doc/howto/logging_flow.svg
index 9807323..4974994 100644
--- a/Doc/howto/logging_flow.svg
+++ b/Doc/howto/logging_flow.svg
@@ -46,6 +46,7 @@
filter: invert(100%) hue-rotate(180deg) saturate(1.25);
}
}
+ /* These rules are for when the theme selector is used, perhaps in contrast to the browser theme. */
body.dark-theme polygon, body.dark-theme rect, body.dark-theme polyline, body.dark-theme line {
stroke: #ffffff;
}
@@ -55,6 +56,15 @@
body.dark-theme text {
fill: #ffffff;
}
+ body.light-theme polygon, body.light-theme rect, body.light-theme polyline, body.light-theme line {
+ stroke: #000000;
+ }
+ body.light-theme polygon.filled {
+ fill: #000000;
+ }
+ body.light-theme text {
+ fill: #000000;
+ }
</style>
<defs />