Skip to content

Commit

Permalink
💄 Fix header Profile button color on hover.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed May 29, 2024
1 parent 13af735 commit a77cc70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
{%- endif -%}
{%- endif -%}
{%- endfor -%}
<li><a class="navigation-link page-link--outlined" href="/profile">My profile</a></li>
<li><a class="page-link--outlined" href="/profile">My profile</a></li>
</ul>
</header>
2 changes: 2 additions & 0 deletions _sass/_header.sass
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ header
color: black

@media screen and (min-width: $breakpoint-small)
.page-link--outlined:hover
background-color: $text-color-light
.page-link--outlined
color: white
background-color: $text-color
Expand Down

0 comments on commit a77cc70

Please sign in to comment.