mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-05-03 13:07:40 -05:00
20 lines
465 B
CSS
20 lines
465 B
CSS
/* get more snippets at https://github.com/kmaasrud/awesome-obsidian */
|
|
/* author: https://forum.obsidian.md/u/Thery/summary */
|
|
/* source: https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/39 */
|
|
|
|
blockquote:before {
|
|
font: 14px/20px italic Times, serif;
|
|
content: "“";
|
|
font-size: 3em;
|
|
line-height: 0.1em;
|
|
vertical-align: -0.4em;
|
|
}
|
|
blockquote p {
|
|
display: inline;
|
|
}
|
|
|
|
/* Remove blockquote left margin */
|
|
blockquote {
|
|
margin-inline-start: 0;
|
|
}
|