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

Commit

Permalink
Fixed highlighting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dj1ch committed Nov 19, 2023
1 parent ec040c5 commit 068846a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/FAQEntry.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,17 @@ a.faq-question {
.faq-entry[open] {
color: var(--vp-c-text-1);
border-color: var(--vp-custom-block-tip-border);
}
.latest-opened {
border-color: #409D86;
border-width: 2px;
box-shadow: 0 0 10px #409D86;
}
.latest-opened {
.latest-opened[open] {
border-color: #409D86;
border-width: 2px;
box-shadow: 0 0 10px #409D86;
}
}
</style>

0 comments on commit 068846a

Please sign in to comment.