We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A micro-tweak that lets you better see active calendar days (the ones that have a corresponding note in a journal)
.calendar-dropdown-widget .calendar-date-exists{ color: deepskyblue !important; }
The text was updated successfully, but these errors were encountered:
I need to add !important to make it work in my note.
!important
You can add this to CSS Snippets section.
CSS Snippets
Sorry, something went wrong.
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)
No branches or pull requests
Description
A micro-tweak that lets you better see active calendar days (the ones that have a corresponding note in a journal)
Demo
Code
The text was updated successfully, but these errors were encountered: