Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 391 Bytes

Tag styling 01.md

File metadata and controls

28 lines (21 loc) · 391 Bytes

Collection

Tag styling 01


  • author:: rushi
  • source::

cover::

/* reading mode */
a.tag {
  border-radius: 2px !important;
  color: white;
  background-color: var(--text-accent);
}

/* live preview */
span.cm-hashtag.cm-hashtag {
  border-radius: 0;
  color: white;
  background-color: var(--text-accent);
}