Decorate Attributes with Emojis

I use this:


#sb-main .cm-editor .cm-task-checked {
  text-decoration: none !important;
  /* color: #ddeedd; */
  opacity: 0.4;
}

#sb-main .cm-editor .sb-line-task {
  color: #886666;
}

1 Like