File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,18 @@ footer.md-footer {
7474 color : var (--ibexa-dusk-black );
7575}
7676
77- .md-content .ais-InstantSearch .instantsearch__entry : hover {
78- color : var (--ibexa-jazzberry );
79- }
80-
77+ .md-content .ais-InstantSearch .instantsearch__entry : hover ,
8178.md-content .ais-InstantSearch .instantsearch__entry : hover .instantsearch__entry-header ,
8279.md-content .ais-InstantSearch .instantsearch__entry : hover .instantsearch__entry-content {
8380 color : var (--ibexa-jazzberry )
8481}
8582
83+ .md-content .ais-InstantSearch .instantsearch__entry : hover mark ,
84+ .md-content .ais-InstantSearch .instantsearch__entry : hover .instantsearch__entry-header mark ,
85+ .md-content .ais-InstantSearch .instantsearch__entry : hover .instantsearch__entry-content mark {
86+ color : var (--ibexa-jazzberry )
87+ }
88+
8689.md-content .ais-InstantSearch .instantsearch__entry + .instantsearch__entry {
8790 border-top : 1px solid # E0E0E8 ;
8891 margin-top : 16px ;
You can’t perform that action at this time.
0 commit comments