Skip to content

Commit

Permalink
feat: #12 proposal to distinguish activities from contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-bouvier committed Oct 31, 2024
1 parent d3c8178 commit bbe0d26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion new_design_static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<a href="#">Accompagner</a>
<a href="#">Former</a>
<a href="#">Inspirer</a>
<a href="#">Nous connaître</a>
<a href="#" class="about">Nous connaître</a>
</div>
</nav>
</header>
Expand Down
4 changes: 4 additions & 0 deletions new_design_static/style/6_components/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ nav.menu
padding: .25rem;
}

.menu > .items > a.about{
color: var(--DarkOrange);
}

@media only screen and (min-width: 576px) {

.menu
Expand Down

0 comments on commit bbe0d26

Please sign in to comment.