You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that it would be nice to provide a dark theme for the website (and the doc, later) using the prefers-color-scheme media query.
However, as bootstrap is defining colors of the theme in a lot of places and not using variables, it may be difficult to make sure that all colors are right.
The fact that the logo in the upper left corner is an image (with transparent background) also makes difficult to write a dark css theme as the text can't be seen anymore with a dark background.
The text was updated successfully, but these errors were encountered:
I think that it would be nice to provide a dark theme for the website (and the doc, later) using the
prefers-color-scheme
media query.However, as bootstrap is defining colors of the theme in a lot of places and not using variables, it may be difficult to make sure that all colors are right.
The fact that the logo in the upper left corner is an image (with transparent background) also makes difficult to write a dark css theme as the text can't be seen anymore with a dark background.
The text was updated successfully, but these errors were encountered: