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

Commit

Permalink
remove the underline/text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
dj1ch authored Nov 11, 2023
1 parent b6118fa commit 4592b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/FAQEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ a.faq-question:hover {
cursor: pointer;
transition: 0.1s;
padding: 16px 20px;
text-decoration: none;
}
.faq-question:hover {
Expand All @@ -122,4 +123,4 @@ a.faq-question:hover {
color: var(--vp-c-text-1);
border-color: var(--vp-custom-block-tip-border);
}
</style>
</style>

0 comments on commit 4592b17

Please sign in to comment.