mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Move external link to digital-garden-base
This commit is contained in:
parent
83fa971be4
commit
16a89025bc
@ -5,6 +5,16 @@
|
|||||||
line-height: 1.5;
|
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 {
|
.markdown-preview-view pre.mermaid {
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
|
@ -4624,16 +4624,6 @@ mjx-container {
|
|||||||
outline: none;
|
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 {
|
.published-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user