version 1.0 + dropdown menu

This commit is contained in:
2023-01-20 16:33:47 +01:00
parent d71f49a518
commit 96e62ea389
5 changed files with 37 additions and 19 deletions

View File

@@ -127,21 +127,20 @@ h5 {
color: #f4511e !important;
}
.navbar-nav li.active a {
color: #000 !important;
background-color: #29292c !important;
color: #f4511e !important;
}
.navbar-default .navbar-toggle {
border-color: transparent;
}
.open .dropdown-toggle {
color: #fff;
background-color: #555 !important;
background-color: #ffffff !important;
}
.dropdown-menu li a {
color: #000 !important;
}
.dropdown-menu li a:hover {
background-color: red !important;
background-color: #ffffff !important;
}
.menu-item {
font-size: 16px !important;