/* app/static/css/custom.css */ /* Add custom styles here to override or supplement Bootstrap */ body { /* Example: Add a subtle background pattern or color */ /* background-color: #f8f9fa; */ } .footer { /* Ensure footer stays at the bottom if needed, though */ /* d-flex flex-column min-vh-100 on body usually handles this */ } /* Add more custom styles as needed */