35256-vm/assets/css/custom.css
Flatlogic Bot 3d63e8cf87 1.0
2025-10-26 16:30:00 +00:00

15 lines
276 B
CSS

body {
font-family: 'Inter', sans-serif;
background-color: #F8F9FA;
}
.gradient-header {
background: linear-gradient(to right, #0D6EFD, #0A58CA);
color: white;
}
.card {
border-radius: 0.375rem;
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}