1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

navbar colour

This commit is contained in:
2024-02-25 16:48:04 +01:00
parent 8b43fed94d
commit 46634bfcaa
5 changed files with 16 additions and 5 deletions

View File

@ -29,6 +29,18 @@
# ==================================================================== #
*/
:root {
--bs-primary: #128F76 !important;
--bs-primary-color: #128F76 !important;
--bs-primary-rgb: 18, 143, 118 !important;
--bs-secondary: #a7dbc3 !important;
--bs-secondary-color: #a7dbc3 !important;
--bs-secondary-rgb: 167, 219, 195 !important;
--bs-bg-opacity: 1 !important;
}
/* fix some footer issues with the logos */
@media (min-width: 576px) {
footer .pkgdown-footer-right {