Created
February 25, 2019 01:57
-
-
Save ex-hota911/e15571f8c9132294f4a3ecee74645b75 to your computer and use it in GitHub Desktop.
Coloring tags at Dynalist.io
This file contains hidden or 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
| .DocumentContainer.has-tagBackground .node-tag[title~="#wip"] { | |
| background: rgba(255, 0, 0, 0.5); | |
| color: #7a7a7a; | |
| } | |
| .DocumentContainer.has-tagBackground .node-tag[title~="#waiting"] { | |
| background: rgba(255, 255, 0, 0.5); | |
| color: #7a7a7a; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment