Skip to content

Instantly share code, notes, and snippets.

@tombarys
Created May 29, 2022 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tombarys/78b7a0a39b03a82e33856948e1a8e396 to your computer and use it in GitHub Desktop.
Save tombarys/78b7a0a39b03a82e33856948e1a8e396 to your computer and use it in GitHub Desktop.
Roam namespace styling CSS
span[data-link-title*="Video/"] span.rm-page-ref {
color: #795548;
font-weight: bold;
}
span[data-link-title*="Video/"]::before {
content: "📺"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment