Skip to content

Commit

Permalink
fix: remove link decoration to the articles' footer
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Jun 8, 2024
1 parent 744a71e commit 20b7d02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- Add a configurable message after each article

### Fix(es)

- Remove link decoration to the articles' footer

## 2.0.2 (2024-06-05)

### Fix(es)
Expand Down
4 changes: 4 additions & 0 deletions layouts/Helpful.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ const { theme } = useData();
&:hover {
background-color: var(--color-background-mute);
}
&::after {
display: none;
}
}
}
Expand Down

0 comments on commit 20b7d02

Please sign in to comment.