Skip to content
New issue

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

Active calendar days visibility improvement #30

Closed
XXXJetfireXXX opened this issue Aug 30, 2023 · 2 comments
Closed

Active calendar days visibility improvement #30

XXXJetfireXXX opened this issue Aug 30, 2023 · 2 comments

Comments

@XXXJetfireXXX
Copy link
Contributor

XXXJetfireXXX commented Aug 30, 2023

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
Copy link
Owner

Nriver commented Aug 31, 2023

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
Copy link
Contributor Author

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)

@Nriver Nriver closed this as completed Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants