Add comprehensive theme rules and update authentication UI

- Create complete design system with color palette, typography, and component rules
- Update authentication pages with consistent styling
- Add footer component for better layout structure
- Remove deprecated architecture documentation

💘 Generated with Crush
Co-Authored-By: 💘 Crush <crush@charm.land>
This commit is contained in:
kbe
2025-08-23 20:43:00 +02:00
parent b5b5ca1cc0
commit c7d28dca71
8 changed files with 536 additions and 1256 deletions

View File

@@ -28,6 +28,12 @@
<%= render "components/header" %>
</div><!-- /#header -->
<%= yield %>
<main>
<%= yield %>
</main>
<div id="footer">
<%= render "components/footer" %>
</div>
</body>
</html>