/* *************************************************************************
   If the theme gestreift-one-zero is used, then this CSS overwrites values
   to come to a dark theme
   ************************************************************************* */

:root {
    --gestreift-main-menu-background-init-color: #000000 !important;
    --gestreift-main-menu-background-init-opacity: 50 !important;
    --gestreift-main-menu-background-color: rgba(20, 20, 20, 0.75) !important;
    --gestreift-main-menu-font-color: #a1a1a6 !important;
}

.main-menu-background {
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}

/* ------------------------------------------------------------------------- */

body {
    background-color: #0d0d0d;
}