mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Add dark mode to release notes [CI skip]
This commit is contained in:
parent
1799a7b93c
commit
c93c642745
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user