Skip to content

Commit

Permalink
updated navigation to gouda theme
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 20, 2023
1 parent f76740f commit 1b2513d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/topNav/primaryTopNav/PrimaryTopNav.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

.currentLink {
color: var(--conduction-primary-top-nav-current-color) !important;
font-weight: var(--conduction-primary-top-nav-current-font-weight);
}

.currentLink svg path {
Expand All @@ -127,10 +128,12 @@

.dropdownCurrent:hover > .dropdownCurrentLink {
color: var(--conduction-primary-top-nav-dropdown-hover-color, var(--conduction-primary-top-nav-hover-color)) !important;
font-weight: var(--conduction-primary-top-nav-dropdown-current-font-weight) !important;
}

.dropdownCurrentLink {
color: var(--conduction-primary-top-nav-dropdown-current-color, var(--conduction-primary-top-nav-current-color)) !important;
font-weight: var(--conduction-primary-top-nav-dropdown-current-font-weight);
}

.dropdownCurrentLink svg path {
Expand Down Expand Up @@ -158,8 +161,9 @@
fill: var(--conduction-primary-top-nav-color);
}

.primary .li:hover .link {
.primary .li:hover > .link {
color: var(--conduction-primary-top-nav-hover-color);
font-weight: var(--conduction-primary-top-nav-hover-font-weight);
}

.primary .li:hover svg path {
Expand Down Expand Up @@ -203,6 +207,7 @@

.primary .dropdown .li:hover .link {
color: var(--conduction-primary-top-nav-dropdown-hover-color, var(--conduction-primary-top-nav-hover-color));
font-weight: var(--conduction-primary-top-nav-dropdown-hover-font-weight);
}

.dropdown .li:hover {
Expand Down

0 comments on commit 1b2513d

Please sign in to comment.