Skip to content

Commit 6f6d3f9

Browse files
committed
Remove light red from site title
1 parent 28e4e77 commit 6f6d3f9

File tree

1 file changed

+2
-2
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+2
-2
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/_banner.html.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<header role=banner class="bg-gray-900 text-white">
22
<div class="container px-0 flex flex-col md:flex-row items-stretch text-center md:text-left">
3-
<a href="/" class="block px-3 py-2 md:py-4 md:text-right text-sm md:text-base font-bold italic uppercase text-red-100 leading-tight tracking-wide hover:bg-gray-800">
3+
<a href="/" class="block px-3 py-2 md:py-4 md:text-right text-sm md:text-base font-bold italic uppercase leading-tight tracking-wide hover:bg-gray-800">
44
<span>Components <br>·Guide</span>
55
</a>
66
<nav role="navigation" class="flex-grow sm:pl-8 lg:px-16 text-base md:text-lg text-center">
77
<ul class="h-full grid grid-cols-2 md:grid-cols-3 flex flex-col md:flex-row justify-around items-stretch tracking-wide">
88
<%= nav_items(@path_info) %>
9-
9+
1010
<% if false do %>
1111
<li class="py-1">
1212
<a href="/signin/github" class="inline-block md:block px-4 py-1 md:py-2 font-bold text-white bg-red-700 rounded" style="background: linear-gradient(0deg, #E0003C 0%, #FF493F 50%, #FF584A 100%);">

0 commit comments

Comments
 (0)