Skip to content

Commit

Permalink
link_inverted теперь link-inverted
Browse files Browse the repository at this point in the history
  • Loading branch information
1640max committed Jan 30, 2024
1 parent ffac1cf commit f26c004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<p class="menu__item menu__item_current">{{ menu-item.name }}</p>
{% else %}
<a href="{{ menu-item.path }}"
class="link link_inverted menu__item">{{ menu-item.name }}</a>
class="link-inverted menu__item">{{ menu-item.name }}</a>
{% endif %}
{% endfor %}
2 changes: 1 addition & 1 deletion style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $indent-xl: 2rem;
color: $red;
}

.link_inverted {
.link-inverted {
color: $white;
}

Expand Down

0 comments on commit f26c004

Please sign in to comment.