mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-12-14 02:25:15 +00:00
15 lines
402 B
CSS
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 */
|