Skip to content

Commit 134922d

Browse files
committed
Purple main nav
1 parent ffd2c01 commit 134922d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/components_guide_web/templates/layout/_banner.html.heex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<summary class="block w-48 text-left pl-6 text-base uppercase font-bold tracking-wider">
55
Navigate to
66
</summary>
7-
<details-menu role="menu" class="absolute z-[var(--z-menu)] top-full left-0 flex flex-col py-2 text-left text-lg font-bold whitespace-nowrap text-blue-800 bg-white/80 rounded shadow-lg backdrop-blur-xl">
8-
<%= link("React + TypeScript", to: "/react+typescript", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
9-
<%= link("React Playground", to: "/react-playground", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
10-
<%= link("Accessibility First", to: "/accessibility-first", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
11-
<%= link("Web Standards", to: "/web-standards", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
12-
<%= link("Composable Systems", to: "/composable-systems", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
13-
<%= link("Developer Calendar", to: "/calendar", class: "py-3 px-6 hover:text-blue-200 hover:bg-gray-900") %>
7+
<details-menu role="menu" class="absolute z-[var(--z-menu)] top-full left-0 flex flex-col py-2 text-left text-lg font-bold whitespace-nowrap text-purple-800 bg-purple-100 rounded ring-2 ring-purple-400 backdrop-blur-xl">
8+
<%= link("React & TypeScript", to: "/react+typescript", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
9+
<%= link("React Playground", to: "/react-playground", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
10+
<%= link("Accessibility First", to: "/accessibility-first", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
11+
<%= link("Web Standards", to: "/web-standards", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
12+
<%= link("Composable Systems", to: "/composable-systems", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
13+
<%= link("Developer Calendar", to: "/calendar", class: "py-3 px-6 hover:text-purple-50 hover:bg-purple-900") %>
1414
</details-menu>
1515
</details>
1616

0 commit comments

Comments
 (0)