Nriver/awesome-trilium

Active calendar days visibility improvement

XXXJetfireXXX opened this issue · 2 comments

Description

A micro-tweak that lets you better see active calendar days (the ones that have a corresponding note in a journal)

Demo

image

Code

.calendar-dropdown-widget .calendar-date-exists{
    color: deepskyblue !important;
}
Nriver commented

I need to add !important to make it work in my note.

.calendar-dropdown-widget .calendar-date-exists{
    color: deepskyblue !important;
}

You can add this to CSS Snippets section.

I need to add !important to make it work in my note.

.calendar-dropdown-widget .calendar-date-exists{
    color: deepskyblue !important;
}

You can add this to CSS Snippets section.

Oh right, I forgot that you need !important here x)