Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Removed underline, no hover animation for underlining
Browse files Browse the repository at this point in the history
  • Loading branch information
dj1ch authored Nov 11, 2023
1 parent 4592b17 commit a56d1ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/FAQEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ onMounted(() => {
<style>
a.faq-question {
color: inherit;
}
a.faq-question:hover {
text-decoration: none;
}
Expand All @@ -104,7 +101,6 @@ a.faq-question:hover {
cursor: pointer;
transition: 0.1s;
padding: 16px 20px;
text-decoration: none;
}
.faq-question:hover {
Expand Down

0 comments on commit a56d1ed

Please sign in to comment.