68 lines
1.2 KiB
SCSS
68 lines
1.2 KiB
SCSS
$primary: #f9bc60;
|
|
|
|
body {
|
|
--bs-body-bg: #004643;
|
|
--bs-body-color: #e8e4e6;
|
|
|
|
.navbar {
|
|
background-color: #004643;
|
|
|
|
a, .offcanvas .nav-link {
|
|
text-decoration: dotted;
|
|
text-decoration-line: underline!important;
|
|
color: #f9bc60;
|
|
}
|
|
}
|
|
|
|
a {
|
|
text-decoration: dotted;
|
|
color: #f9bc60;
|
|
text-decoration-line: underline!important;
|
|
}
|
|
|
|
&.home h1 {
|
|
margin-top: 4rem;
|
|
margin-bottom: 4rem;
|
|
}
|
|
|
|
.lead {
|
|
margin-top: 4rem;
|
|
margin-bottom: 2rem;
|
|
text-align: left;
|
|
}
|
|
|
|
.section-features {
|
|
background-color: #abd1c6;
|
|
color: #001e1d;
|
|
|
|
.row.justify-content-center.text-center {
|
|
gap: 2.5rem;
|
|
}
|
|
|
|
.col-12.col-lg-5.col-sm-6 {
|
|
background-color: #004643;
|
|
border-radius: 3px;
|
|
color: #e8e4e6;
|
|
h2 {
|
|
color: #f9bc60
|
|
}
|
|
.btn.btn-primary {
|
|
background-color: #f9bc60;
|
|
color: #004643;
|
|
}
|
|
|
|
small {
|
|
color: #e8e4e6;
|
|
}
|
|
|
|
a {
|
|
border-color: #f9bc60;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
blockquote {
|
|
--sl-color-purple: #e8e4e6;
|
|
}
|