31 lines
396 B
SCSS
31 lines
396 B
SCSS
.navbar{
|
|
background: #0d4f76;
|
|
}
|
|
.site-navigation .nav-item .nav-link {
|
|
color: #6bfdb1
|
|
}
|
|
.btn-primary{
|
|
background:#01bace
|
|
}
|
|
|
|
.btn-primary:hover{
|
|
background:#017380
|
|
}
|
|
|
|
|
|
.btn {
|
|
color: #6bfdb1 !important
|
|
}
|
|
|
|
$bg-blur: rgba(#000, 0.4);
|
|
.site-hero-content {
|
|
background-color: $bg-blur;
|
|
}
|
|
|
|
.site-hero-content h1 {
|
|
color: #6bfdb1 !important;
|
|
}
|
|
.site-hero-content h6 {
|
|
color: #6bfdb1 !important;
|
|
}
|