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
Maybe not a bug, but I'm not able to change the font of the tasks - only the header.
card_mod: style: | ha-card { color: black; --ha-card-header-font-size: 80%; }
Works for Header. What would be the best way to change the font on the task list (it shows quite big at the moment)
The text was updated successfully, but these errors were encountered:
Hey! Sorry for the late reply.
You could try to "overload" .todoist-item-text, .todoist-item-text > span CSS rule.
.todoist-item-text, .todoist-item-text > span
Sorry, something went wrong.
grinstantin
No branches or pull requests
Maybe not a bug, but I'm not able to change the font of the tasks - only the header.
card_mod:
style: |
ha-card {
color: black;
--ha-card-header-font-size: 80%;
}
Works for Header. What would be the best way to change the font on the task list (it shows quite big at the moment)
The text was updated successfully, but these errors were encountered: