Skip to content

Commit

Permalink
Add dark mode to release notes [CI skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 14, 2020
1 parent 1799a7b commit c93c642
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/releasenotes/8.0.0.rst
Expand Up @@ -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.



0 comments on commit c93c642

Please sign in to comment.