Skip to content

Conversation

@WalkQuackBack
Copy link
Member

@WalkQuackBack WalkQuackBack commented Nov 30, 2025

🎉 Theme for MyDramaList 🎉

mydramalist com_(4k vertical) mydramalist com_games(4k vertical) (1) mydramalist com_list(4k vertical)

💬 Additional Comments 💬

🗒 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.

@uncenter uncenter added 0.kind: init A new userstyle 5.needs: staff-review A review by a staff member is required/needed labels Dec 5, 2025
Comment on lines +165 to +194
// Latte specfic overrides (does this get enough specifity?)
& when (@flavor = latte) {
#calendar-nav {
.menu-item,
.quarter {
&.exact-active,
&:hover {
border-bottom-color: @base;
color: @text;
}
}

.menu-item {
border-bottom-color: @base;
color: @text;

&:hover {
color: @text;
}
}

a {
color: @text;
}
}

.black {
color: @text;
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Can you explain the latte overrides? Usually it means there's something wrong elsewhere...

Copy link
Member Author

Choose a reason for hiding this comment

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

Can you explain the latte overrides? Usually it means there's something wrong elsewhere...

Not sure what it changes visually. It was ported from the original theme by dear-clouds. I'll do some testing to see what effects it has later and report back.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.kind: init A new userstyle 5.needs: staff-review A review by a staff member is required/needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants