Skip to content

Commit

Permalink
Fix external link formatting in admonition titles
Browse files Browse the repository at this point in the history
  • Loading branch information
RyzenFromFire committed Aug 19, 2024
1 parent bd563b4 commit f6beb92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Phoenix",
"version": "2.2.4",
"version": "2.2.5",
"minAppVersion": "1.0.0",
"author": "RyzenFromFire",
"authorUrl": "https://github.com/RyzenFromFire"
Expand Down
4 changes: 3 additions & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,9 @@ but that doesn't seem to be necessary now, so I'm disabling it but keeping it he

/* format links in callout titles like header links */
.admonition-title-markdown a.internal-link,
.callout-title-inner a.internal-link {
.callout-title-inner a.internal-link,
.admonition-title-markdown a.external-link,
.callout-title-inner a.external-link {
text-decoration: none;
color: inherit !important;
background-image: linear-gradient(
Expand Down

0 comments on commit f6beb92

Please sign in to comment.