2022-06-03 12:24:54 +00:00
|
|
|
$primary: #da9317;
|
|
|
|
@import "../node_modules/bootstrap/scss/bootstrap.scss";
|
|
|
|
|
|
|
|
.footer.bg-light {
|
|
|
|
background-color: var(--bs-light) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description a {
|
|
|
|
color: var(--bs-primary) !important;
|
|
|
|
}
|
2022-04-25 18:20:53 +00:00
|
|
|
|
2022-06-03 12:24:54 +00:00
|
|
|
> * {
|
|
|
|
.nav-item {
|
|
|
|
.btn.btn-transparent {
|
|
|
|
color: rgba(0,0,0,.55);
|
2022-04-25 18:20:53 +00:00
|
|
|
}
|
|
|
|
}
|
2021-12-29 09:23:07 +00:00
|
|
|
}
|