-
-
Notifications
You must be signed in to change notification settings - Fork 254
feat(mydramalist): init #2009
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
base: main
Are you sure you want to change the base?
feat(mydramalist): init #2009
Conversation
| // 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; | ||
| } | ||
| } |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part specifically:
https://github.com/dear-clouds/mdl-catppuccin/blob/main/src/MDLCatpuccin.user.css#L60-L75
🎉 Theme for MyDramaList 🎉
💬 Additional Comments 💬
🗒 Checklist 🗒
/styles/<name-of-website>containing the contents of the/templatedirectory.userstyles.ymlfile with information about the new userstyle.catppuccin.user.less- all the CSS for the userstyle, based on the template.