mirror of
https://github.com/kognise/water.css.git
synced 2025-08-11 15:45:15 +02:00
Add a clarification about prefers-color-scheme support
This commit is contained in:
@@ -63,7 +63,7 @@ For the main `water.css` file, dark is only treated as a _default theme_: if a u
|
|||||||
|
|
||||||
#### Want to support Internet Explorer?
|
#### Want to support Internet Explorer?
|
||||||
|
|
||||||
Both `dark.css` and `light.css` support Internet Explorer 11, but the main `water.css` file **does not** due to lack of `prefers-color-scheme` support.
|
All three distrubutions of Water.css support Internet Explorer 11, but the main `water.css` file **doesn't respect the user's color scheme** and will be locked to dark mode due to lack of `prefers-color-scheme` support.
|
||||||
|
|
||||||
Be aware that IE also doesn't support [runtime theming](#theming), and fixed fallback values will be used. If you want to override the Water.css theme, we recommend that you [compile your own theme](#compiling-your-own-theme).
|
Be aware that IE also doesn't support [runtime theming](#theming), and fixed fallback values will be used. If you want to override the Water.css theme, we recommend that you [compile your own theme](#compiling-your-own-theme).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user