Skip to content

Commit 6f01a62

Browse files
committed
Update deps
all links in the navigation now use absolute URLs, so adjust the CSS for selecting the external link
1 parent a3e9272 commit 6f01a62

File tree

2 files changed

+67
-57
lines changed

2 files changed

+67
-57
lines changed

poetry.lock

Lines changed: 65 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/stylesheets/extra.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ body {
177177
</svg>');
178178
}
179179

180-
.md-nav a[href^="http://"]:not(.md-icon, .md-source, .md-logo):after,
181-
.md-nav a[href^="https://"]:not(.md-icon, .md-source, .md-logo):after {
180+
.md-nav a[href^="http://packages"]:not(.md-icon, .md-source, .md-logo):after,
181+
.md-nav a[href^="https://packages"]:not(.md-icon, .md-source, .md-logo):after {
182182
content: 'XXX';
183183
background: no-repeat var(--image-external-link);
184184
background-size: 1em;

0 commit comments

Comments
 (0)