2021-12-31 15:21:24 +00:00
|
|
|
.dark {
|
2021-12-30 12:02:19 +00:00
|
|
|
.navbar.bg-light {
|
|
|
|
background-color: var(--bs-body-bg) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer.bg-light {
|
|
|
|
background-color: var(--bs-dark) !important;
|
|
|
|
}
|
|
|
|
|
2021-12-31 15:21:24 +00:00
|
|
|
> * {
|
|
|
|
.description a {
|
|
|
|
color: #159bd4 !important;
|
|
|
|
}
|
2021-12-30 12:02:19 +00:00
|
|
|
}
|
2022-04-25 18:20:53 +00:00
|
|
|
|
|
|
|
> * {
|
|
|
|
.nav-item {
|
|
|
|
.btn.btn-transparent {
|
|
|
|
color: rgba(250,250,250,.55);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-29 09:23:07 +00:00
|
|
|
}
|