35128-vm/assets/css/style.css
Flatlogic Bot 491d61d600 sikms
2025-10-23 01:36:23 +00:00

24 lines
335 B
CSS

body {
font-family: 'Poppins', sans-serif;
background-color: #f8f9fa;
}
.navbar-brand {
font-weight: 600;
}
.card {
border: none;
border-radius: 0.5rem;
}
.btn-primary {
background-color: #3498db;
border-color: #3498db;
}
.btn-primary:hover {
background-color: #2980b9;
border-color: #2980b9;
}