it's located here: docs.boid.com\website\node_modules\docusaurus\lib\static\css\main.css
change should be done here(background color and some sizes):
'.nav-footer {
background: #027be3;
border: none;
color: #202020;
font-size: 17px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 600;
line-height: 5px;
padding-bottom: 1em;
padding-top: 1em;
position: relative;
}'