obsidian-pandoc-reference-list
obsidian-pandoc-reference-list copied to clipboard
CSS sytle for citation?
This is a feature request:
Currently, the rendered reference appears in the same style as the rest of the text. It would be nice to be able to style it somehow (e.g. give the entire text a different colour, or maybe just the year).
I would also love this feature.
Edit: One option is to modify the class .pandoc-citation using CSS snippets, which sufficed for my purpose.
@ankitp94 Do you mind sharing your CSS snippets? Thank you!
@nhan000 I put the following in a .css file in the snippets folder. You might need to change the color based on your theme.
.pandoc-citation {
color: #BED754 !important;
text-decoration: none !important;
font-weight: none;
}