Skip to content

Conversation

AlwaysNur
Copy link
Member

🎉 Theme for Todoist 🎉

Todoist is a task management website/app to boost your productivity.

image image

💬 Additional Comments 💬

Most of the theme uses variables (thankfully)

🗒 Checklist 🗒

  • I have read and followed Catppuccin's submission guidelines.
  • I have made a new directory underneath /styles/<name-of-website> containing the contents of the /template directory.
    • I have ensured that the new directory is in lower-kebab-case.
    • I have followed the template and kept the preprocessor as LESS.
  • I have made sure to update the userstyles.yml file with information about the new userstyle.
  • I have included the following files:
    • catppuccin.user.less - all the CSS for the userstyle, based on the template.

Comment on lines +286 to +306
.plus_add_button .icon_add {
color: @text !important;

svg path {
fill: @accent;
}
}

.plus_add_button .icon_add:hover {
color: @surface0 !important;
}

.plus_add_button:not(:hover) {
color: @subtext0 !important;
}

.plus_add_button:hover {
svg path {
fill: @surface0;
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nesting.

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

Successfully merging this pull request may close these issues.

2 participants