Move external link to digital-garden-base

This commit is contained in:
Ole Eskild Steensen 2022-03-17 16:47:18 +01:00
parent 83fa971be4
commit 16a89025bc
2 changed files with 10 additions and 10 deletions

View File

@ -5,6 +5,16 @@
line-height: 1.5;
}
.external-link {
background-position: center right;
background-repeat: no-repeat;
background-image: linear-gradient(transparent, transparent), url('/img/outgoing.svg');
background-size: 13px;
padding-right: 16px;
background-position-y: 4px;
cursor: pointer;
}
.markdown-preview-view pre.mermaid {
background: white;
border-radius: 25px;

View File

@ -4624,16 +4624,6 @@ mjx-container {
outline: none;
}
.external-link {
background-position: center right;
background-repeat: no-repeat;
background-image: linear-gradient(transparent, transparent), url('/img/outgoing.svg');
background-size: 13px;
padding-right: 16px;
background-position-y: 4px;
cursor: pointer;
}
.published-container {
width: 100%;
height: 100%;