defined active color variable for lvl 2 buttons and use in css class fhc-active for language Buttons. It is yet another shade of grey.

This commit is contained in:
Johann Hoffmann
2024-11-13 15:19:42 +01:00
parent 5d524c5fda
commit 2fd39a9d18
3 changed files with 39 additions and 4 deletions
+5
View File
@@ -19,6 +19,7 @@ html {
--fhc-cis-menu-lvl-2-color: #fff;
--fhc-cis-menu-lvl-2-bg-hover: #2c3136;
--fhc-cis-menu-lvl-2-color-hover: #fff;
--fhc-cis-menu-lvl-2-color-active: #292b2a;
--fhc-cis-menu-lvl-3-bg: #72777A;
--fhc-cis-menu-lvl-3-color: #fff;
--fhc-cis-menu-lvl-3-bg-hover: #616568;
@@ -233,6 +234,10 @@ html {
display: flex;
}
.fhc-active {
background-color: var(--fhc-cis-menu-lvl-2-color-active) !important;
}
/* desktop */
@media (min-width: 992px) {
body {