Skip to content

Commit

Permalink
Innovation theme updates [#372]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed May 29, 2024
1 parent 8d40bf7 commit 2287bc2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/css/protocol/innovation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
}

body {
background-color: $inno-color-off-white;
color: $inno-color-off-black;
font-feature-settings: "cv11"; // single-storey a
}
Expand Down Expand Up @@ -110,3 +111,31 @@ a.mzp-c-button {
}
}
}

.c-navigation {
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) !important; /* stylelint-disable-line no-important */

&.mzp-t-light {
background-color: $inno-color-off-white;

.c-menu-panel-container {
background-color: $inno-color-off-white;
}

.c-menu-item-link:hover {
background-color: $inno-color-highlight-green;
}
}

&.mzp-t-dark {
background-color: $inno-color-off-black;

.c-menu-panel-container {
background-color: $inno-color-off-black;
}

.c-menu-item-link:hover {
background-color: $inno-color-highlight-black;
}
}
}

0 comments on commit 2287bc2

Please sign in to comment.