Last active
January 2, 2022 18:52
-
-
Save RickBarretto/475d5f9d1270adc972a0376e0a902edd to your computer and use it in GitHub Desktop.
A Css Snippet that adds a autor in Quoteblock on Obsidian (Read my comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blockquote | |
{ | |
width: fit-content; | |
} | |
blockquote > ul > li | |
{ | |
text-align: right; | |
list-style: none; | |
} | |
blockquote > ul > li::before | |
{ | |
content: "\2014"; | |
margin: .5rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What it is
It is a Css Snippet for Obsidian to add a Autor to a Quote on right side.
How to use it
Example
Warning
It was made thinking in use on California Coast Theme