Skip to content

Commit 2bc0d39

Browse files
authored
fix(theme): excerpt style in LocalSearchBox (#4050)
1 parent f0fd3d1 commit 2bc0d39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/theme-default/components/VPLocalSearchBox.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,12 +781,11 @@ function formMarkRegex(terms: Set<string>) {
781781
}
782782
783783
.excerpt {
784-
opacity: 75%;
784+
opacity: 50%;
785785
pointer-events: none;
786786
max-height: 140px;
787787
overflow: hidden;
788788
position: relative;
789-
opacity: 0.5;
790789
margin-top: 4px;
791790
}
792791

0 commit comments

Comments
 (0)