35358-vm/assets/css/custom.css
Flatlogic Bot 3d23e3f6ab v 25-10-30
2025-10-30 15:35:40 +00:00

21 lines
256 B
CSS

/* custom.css */
body {
background-color: #f8f9fa;
}
.navbar {
margin-bottom: 2rem;
}
.card-header {
background-color: #28a745;
color: white;
}
.toast-container {
position: fixed;
top: 1rem;
right: 1rem;
z-index: 1055;
}