makes the dropdown button of the menu points darker to make them more visible

This commit is contained in:
SimonGschnell
2024-09-25 09:26:08 +02:00
parent 7ed7ce1bb9
commit 3c050438b3
2 changed files with 7 additions and 13 deletions
+6
View File
@@ -67,6 +67,12 @@ html {
/* border-color: var(--fhc-cis-menu-lvl-1-border-hover); */
background-color: var(--fhc-cis-menu-lvl-1-bg-hover);
}
/* makes the dropdown button darker*/
#cis-header .btn-level-1+.btn:not(.btn-level-1){
background-color:var(--fhc-cis-menu-lvl-1-bg-hover) !important;
}
#cis-header .btn-level-2,
#cis-header .btn-level-2 + .btn,
#cis-nav .btn-level-2,