Appearance in the BORDER theme

First, search the help docs and this forum. Maybe your question has been answered! The debugging steps can help, too. Still stuck? Delete this line and proceed.

What I’m trying to do

I am using the BORDER theme, and when using the — to create a property, I get the Property function, but I would like it to be in a colored background.

What I would it to look like is as follows:

I would also like to put the Linked mentions and Unlinked mentions as in this example.

I have tried

<I have tried to figure this out myself but have no idea.

In the Border theme, they add an icon if there are no Backlinks but they will show up if there are Backlinks.

left: note with backlinks | right: note without backlinks


As for the Properties container at the top, you can add a background, border, etc., with some CSS snippets. For example:

body {
  --metadata-background: rgba(211, 211, 211, 0.5);
  --metadata-border-color: salmon;
  --metadata-border-radius: 5px;
  --metadata-border-width: 2px;
}

More variable here: https://docs.obsidian.md/Reference/CSS+variables/Editor/Properties