fix(search): set background-color for icon within preview panel ()

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham 2024-02-06 01:12:31 -05:00 committed by GitHub
parent 34334eabed
commit 52ef6d1b6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions
quartz/plugins/transformers

View file

@ -35,6 +35,7 @@ export const GitHubFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options> |
ariaHidden: true,
tabIndex: -1,
"data-no-popover": true,
"data-icon": true,
},
content: {
type: "element",