Changes

Jump to navigation Jump to search
no edit summary
Line 909: Line 909:
span .goog-te-menu-value span {
span .goog-te-menu-value span {
     color: #2776ac !important;
     color: #2776ac !important;
}
body {
    color: #565656;
}
.off-canvas {
    position: absolute;
    background: #565656;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}

Navigation menu