flask/flaskr/templates
Neo 3c2dae6bd6 Fix dark mode icon placement
This commit addresses the issue of incorrect dark mode icon
placement in the toggle button. Previously, the moon and sun
icons were displayed in the background, which was not the
desired behavior. The icons are now correctly placed inside
the circle of the toggle button.

Changes include:
- Updated CSS to center icons within the toggle button.
- Adjusted HTML to ensure the correct icon is displayed based
  on the current theme.
- Modified JavaScript to toggle icons appropriately when
the theme changes.

These changes improve the visual consistency and user
experience of the dark mode toggle.

Fixes #FLAS-5
2024-09-06 12:36:42 +01:00
..
auth I just want the tutorial 2024-09-06 00:18:20 +01:00
blog I just want the tutorial 2024-09-06 00:18:20 +01:00
base.html Fix dark mode icon placement 2024-09-06 12:36:42 +01:00