summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-05-10 13:46:37 (GMT)
committerGitHub <noreply@github.com>2023-05-10 13:46:37 (GMT)
commit13ac1766bca7969a6c142c9176db901dd29c3519 (patch)
tree08cf753b97607fcd0796992a143e458651c01083 /Doc/howto
parentb8f7ab5783b370004757af5a4c6e70c63dc5fe7a (diff)
downloadcpython-13ac1766bca7969a6c142c9176db901dd29c3519.zip
cpython-13ac1766bca7969a6c142c9176db901dd29c3519.tar.gz
cpython-13ac1766bca7969a6c142c9176db901dd29c3519.tar.bz2
gh-103960: Dark mode: invert image brightness (#103983)
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/logging.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index 145449b..a72e9a8 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -418,6 +418,7 @@ The flow of log event information in loggers and handlers is illustrated in the
following diagram.
.. image:: logging_flow.png
+ :class: invert-in-dark-mode
Loggers
^^^^^^^