note previewer styles

This commit is contained in:
Garry Ing
2021-03-28 14:36:11 -04:00
parent 5230f205da
commit 6cad4966f5
2 changed files with 17 additions and 1 deletions

View File

@ -125,6 +125,22 @@
border-radius: 4px;
}
.note-contents {
blockquote {
margin: 0 0 0 0.5em;
padding: 0.05em 0.5em;
border-left: 2px solid rgba($accent-color, 0.5);
}
ul, ol {
padding-left: 1.75em;
}
ul {
list-style: circle;
}
}
// Link previews
#tooltip-content {