Created
May 29, 2022 17:41
-
-
Save tombarys/78b7a0a39b03a82e33856948e1a8e396 to your computer and use it in GitHub Desktop.
Roam namespace styling CSS
This file contains 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
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