Add dark mode to release notes [CI skip]

This commit is contained in:
Hugo van Kemenade 2020-10-14 18:27:45 +03:00
parent 1799a7b93c
commit c93c642745

View File

@ -169,3 +169,11 @@ Error for large BMP files
Previously, if a BMP file was too large, an ``OSError`` would be raised. Now,
``DecompressionBombError`` is used instead, as Pillow already uses for other formats.
Dark theme for docs
^^^^^^^^^^^^^^^^^^^
The https://pillow.readthedocs.io documentation will use a dark theme if the the user has requested the system use one. Uses the ``prefers-color-scheme`` CSS media query.