Skip to content

Instantly share code, notes, and snippets.

@ex-hota911
Created February 25, 2019 01:57
Show Gist options
  • Select an option

  • Save ex-hota911/e15571f8c9132294f4a3ecee74645b75 to your computer and use it in GitHub Desktop.

Select an option

Save ex-hota911/e15571f8c9132294f4a3ecee74645b75 to your computer and use it in GitHub Desktop.
Coloring tags at Dynalist.io
.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