Skip to content

Commit

Permalink
chore(style): Tweak footer style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries0d0f committed Jan 27, 2025
1 parent 9cd4c3b commit cb36a9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ onForget(() => {
<p>
<a
:href="`https://github.com/Aries0d0f/Web-BLE-Heart-Rate-Zone-Monitor/tree/${buildVersion}`"
:class="$style.clear"
title="View on GitHub"
target="_blank"
rel="noopener"
Expand Down Expand Up @@ -304,6 +305,10 @@ onForget(() => {
white-space: nowrap;
color: var(--color-gray-700);
&:not(:hover) {
text-decoration: none;
}
&:hover {
color: var(--color-gray-500);
}
Expand Down

0 comments on commit cb36a9a

Please sign in to comment.