Add light/dark mode switch to the documentation #1414
Replies: 2 comments 1 reply
-
So, it should already support light / dark mode, althought it looks like there's a bug where the toggle is hidden ( |
Beta Was this translation helpful? Give feedback.
-
I noticed that with the launch of Pest 4 the documentation website has been revamped. Unfortunately it not only still does not support light mode, but the whole workaround (of removing the I am very disappointed. As developers we bang on a lot about accessibility, Tailwind makes it super easy to develop for dark and light mode, and Pest has gone the extra mile in the other direction. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure I'm not alone in this, but I find the documentation quite hard to read because of its dark mode.
I noticed that the
<html>
tag already has adark
class applied to it and if I manually removed it two things happen:This leads me to believe that it should not be too difficult to add a light/dark mode switch.
Allowing user to choose their theme will improve usability and readability immensely.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions