Skip to content

Commit 8485505

Browse files
enhance: change selector to ignore a tags
1 parent 525a74f commit 8485505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crowdsec-docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ module.exports = {
8484
contextualSearch: true,
8585
},
8686
zooming: {
87-
selector: '.markdown img',
87+
selector: '.markdown :not(a) > img',
8888
delay: 500,
8989
background: {
90-
light: 'rgba(101,108,133,0.8)',
91-
dark: 'rgba(9,10,17,0.8)'
90+
light: 'rgba(101,108,133,0.8)',
91+
dark: 'rgba(9,10,17,0.8)'
9292
},
9393
},
9494
navbar: {

0 commit comments

Comments
 (0)