2025-04-10 14:47:33 +10:00

15 lines
402 B
CSS

/* 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 */