Skip to content

Commit

Permalink
Scope pandoc CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Jul 5, 2023
1 parent cf8cb16 commit 50e9da6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-zotero-desktop-connector",
"name": "Zotero Integration",
"version": "3.0.2",
"version": "3.0.3",
"minAppVersion": "1.1.1",
"description": "Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.",
"author": "mgmeyers",
Expand Down
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,19 +416,19 @@ body {
overflow: hidden;
}

.cm-hmd-barelink {
.pwc-tooltips .cm-hmd-barelink {
text-decoration: none;
}

:not(a, .cm-hmd-internal-link, .cm-link-alias) > .pandoc-citation {
.pwc-tooltips :not(a, .cm-hmd-internal-link, .cm-link-alias) > .pandoc-citation {
color: var(--pwc-citation-color);
}

:not(.cm-formatting-link) > .cm-pandoc-citation-formatting {
.pwc-tooltips :not(.cm-formatting-link) > .cm-pandoc-citation-formatting {
color: var(--pwc-citation-formatting-color);
}

:not(.cm-hmd-internal-link, .cm-link-alias) > .cm-pandoc-citation-extra {
.pwc-tooltips :not(.cm-hmd-internal-link, .cm-link-alias) > .cm-pandoc-citation-extra {
color: var(--pwc-citation-extra-color);
}

Expand Down

0 comments on commit 50e9da6

Please sign in to comment.