Skip to content

Commit

Permalink
Update header with changes from librepcb-website
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Dec 11, 2023
1 parent eb1e872 commit 853ecab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions supplemental-ui/css/website-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,15 +640,15 @@
color: #ff0000;
}

.bootstrap .navbar .icon-patreon:hover {
.navbar .icon-patreon:hover {
color: #ff404c;
}

.bootstrap .navbar .icon-twitter:hover {
color: #179cf0;
.navbar .icon-twitter:hover {
color: white;
}

.bootstrap .navbar .icon-mastodon:hover {
.navbar .icon-mastodon:hover {
color: #6364ff;
}

Expand Down
4 changes: 2 additions & 2 deletions supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@
</a>
</li>
<li class="nav-item">
<a href="https://twitter.com/librepcb" title="Twitter"
<a href="https://twitter.com/librepcb" title="X"
class="nav-link icon icon-twitter">
<i class="fa-brands fa-twitter fa-xl"></i>
<i class="fa-brands fa-x-twitter fa-xl"></i>
<span class="d-lg-none ms-1">Twitter</span>
</a>
</li>
Expand Down

0 comments on commit 853ecab

Please sign in to comment.