Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Jun 3, 2024
1 parent 61d1ac5 commit a72fa56
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/docs/src/examples/navigation-menu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,11 @@
color: #e9e9ea;
}

[data-kb-theme="dark"] .navigation-menu__item:hover,
[data-kb-theme="dark"] .navigation-menu__item:focus {
background-color: #0284c710;
}

[data-kb-theme="dark"] .navigation-menu__root {
background-color: #27272a;
}
Expand All @@ -363,3 +368,7 @@
background-color: #27272a;
border: 1px solid hsl(240 5% 26%);
}

[data-kb-theme="dark"].navigation-menu__item-callout {
background: linear-gradient(135deg, #0284c7 0%, #00345e 100%);
}

0 comments on commit a72fa56

Please sign in to comment.