Skip to content

Flag a day

Liam Cain edited this page Dec 31, 2020 · 1 revision

How to add the snippet

Create a file called calendar-starred.css inside the Snippets folder of your vault.

Add the following:

#calendar-container [data-tags~="flagged"] {
  color: var(--text-error); /* Make the text red */
}