23 lines
428 B
CSS
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;
|
|
}
|