What would be the easiest to have tags show without pill form and as italic? I’m not a css guru, can someone provide an example? Thanks! -JM
Again, @kepano thank you for the awesome theme!
EDIT: Worked with the CSS Community in the obsidian discord server. Thanks to “@SlRvb” and “foreveryone” for their contribution.
.frontmatter-container .tag, p .tag, span.cm-hashtag.cm-hashtag-end, span.cm-hashtag.cm-hashtag-begin {
color: gray;
background-color: transparent;
border: none;
padding: 0;
font: var(--default-font);
text-decoration: none;
font-style: italic;
font-size: unset;
margin: 0;
vertical-align: unset;
}
Code Mirror: with Operator Mono font
Preview: Recursive Font