Active calendar days visibility improvement
XXXJetfireXXX opened this issue · 2 comments
XXXJetfireXXX commented
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.
XXXJetfireXXX 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.
Oh right, I forgot that you need !important here x)