36166-vm/assets/css/custom.css
Flatlogic Bot 78f468993c V.01
2025-11-24 04:55:03 +00:00

23 lines
428 B
CSS

/* Add your custom styles here */
body {
font-family: 'system-ui', -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
}
.navbar-brand {
color: #0D6EFD !important;
}
.btn-primary {
background-color: #0D6EFD;
border-color: #0D6EFD;
}
.btn-primary:hover {
background-color: #0b5ed7;
border-color: #0a58ca;
}
.fs-1 {
font-size: 3rem !important;
}