This commit is contained in:
Garry Ing
2021-05-02 12:34:28 -04:00
parent d00436ce06
commit 9d524b878a
2 changed files with 15 additions and 5 deletions

View File

@ -125,11 +125,21 @@
// Notes inline styles
.note-meta:before {
content: '';
width: 20px;
height: 20px;
content: attr(data-status);
display: flex;
justify-content: center;
text-indent: -4px;
line-height: 30px;
width: 30px;
height: 30px;
border-radius: 100%;
background: var(--active-note);
border: 1px solid var(--active-note);
}
@-moz-document url-prefix() {
.note-meta:before {
text-indent: 0;
}
}
.internal-link {