Skip to content

Commit

Permalink
Merge pull request #11 from Teradata/feat/external-link
Browse files Browse the repository at this point in the history
feat(links): add icon to identify external links
  • Loading branch information
owilliams320 authored May 20, 2024
2 parents 63051d3 + 7f8a2a1 commit 79c32b6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ aside.theme-doc-sidebar-container {
line-height: 20px; /* 125% */
}

.markdown a[target='_blank']:after {
content: 'open_in_new';
display: inline-block;
font-family: var(--mdc-icon-font, 'Material Symbols Outlined');
font-size: 0.875rem;
line-height: 1rem;
padding-left: 1px;
position: relative;
text-decoration: none;
top: 2px;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
/* html[data-theme='dark'] {
--ifm-color-primary: #59cecd;
Expand Down

0 comments on commit 79c32b6

Please sign in to comment.