made navbar transparent so it doesnt look like shit on FF

This commit is contained in:
gilbn 2020-06-20 14:19:18 +02:00
parent 36f82d70dc
commit 206e1da92a

View File

@ -45,11 +45,14 @@ html {
}
/* Header */
.navbar-header {
background: var(--main-bg-color) !important;
background: transparent !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent;
}
.navbar-default {
background-color: transparent;
}
.dropdown-menu {
background: var(--modal-bg-color);
}