flask/flaskr
Neo e0b8f34770 Improve dark mode styling
This commit addresses the issue of improper dark mode implementation.
The background of all pages and form elements in dark mode were
previously displayed in white, which has now been corrected. The
background for input and textarea elements is set to a darker shade
in dark mode, ensuring consistency with the overall theme.

Additionally, the toggle button for switching themes has been
redesigned to resemble iPhone-style toggles, replacing the previous
square button. This enhances the user interface and provides a more
intuitive experience when toggling between light and dark modes.

Fixes #FLAS-3
2024-09-06 12:36:25 +01:00
..
static Improve dark mode styling 2024-09-06 12:36:25 +01:00
templates Improve dark mode styling 2024-09-06 12:36:25 +01:00
__init__.py Add dark mode support 2024-09-06 12:35:40 +01:00
auth.py I just want the tutorial 2024-09-06 00:18:20 +01:00
blog.py I just want the tutorial 2024-09-06 00:18:20 +01:00
db.py I just want the tutorial 2024-09-06 00:18:20 +01:00
schema.sql I just want the tutorial 2024-09-06 00:18:20 +01:00