Skip to content

Commit

Permalink
Deployed 10103e1 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanderwijst committed Mar 12, 2024
1 parent 7693a38 commit 21ee67c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
--md-accent-fg-color: #2297d5;
--md-accent-fg-color--light: #81c5e9;
--md-accent-fg-color--dark: #1d7eb2;
--md-external-link-icon: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M3.75 2h3.5a.75.75 0 0 1 0 1.5h-3.5a.25.25 0 0 0-.25.25v8.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-3.5a.75.75 0 0 1 1.5 0v3.5A1.75 1.75 0 0 1 12.25 14h-8.5A1.75 1.75 0 0 1 2 12.25v-8.5C2 2.784 2.784 2 3.75 2Zm6.854-1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1Z"></path></svg>')
}

nav.md-nav a[target=_blank]::after {
background-color: gray;
-webkit-mask-image: var(--md-external-link-icon);
mask-image: var(--md-external-link-icon);
width: 16px;
height: 16px;
margin-top: 1px;
margin-left: -2px;
content: ""
}

.param_group .param_content {
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 21ee67c

Please sign in to comment.