Closed atb00ker closed 2 years ago
I would like to work on this @atb00ker
Sure, please feel free to start with it! @Aryamanz29
My suggested solutions, including :root {}
has problems.
Please check and fix all the pages in a browser in dark mode before sending a PR! :smile:
My suggested solutions, including
:root {}
has problems. Please check and fix all the pages in a browser in dark mode before sending a PR! 😄
I have used the same :root {}
method and works perfectly fine with every page
My suggested solutions, including
:root {}
has problems. Please check and fix all the pages in a browser in dark mode before sending a PR! 😄My suggested solutions, including
:root {}
has problems. Please check and fix all the pages in a browser in dark mode before sending a PR! 😄I have used the same
:root {}
method and works perfectly fine with every pageI have added styles to
base.html
Hey @atb00ker, I have raised PR, Let me know any changes :smiley:
When the theme of the system is dark, the site is forced to use the dark theme which we don't support, hence the dashboard looks ugly. We need to explicitly mention the color of the body to be white.
(in openwisp.css) should fix the problem!