fix(claude): syntax highlighting#2233
Conversation
Co-authored-by: uncenter <uncenter@uncenter.dev>
|
my bad, didn't know |
No worries! See our style guide: https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#code-editors. |
| /* Code blocks */ | ||
| .code-block__code { | ||
| background: @crust !important; | ||
| border-radius: 0px 0px 8px 8px !important; |
There was a problem hiding this comment.
Please don't set non-color properties. As outlined in our contributing guidelines, we prohibit opinionated changes. https://userstyles.catppuccin.com/contributing/#opinionated-changes
| border-radius: 0px 0px 8px 8px !important; |
| /* Target the specific element with all those classes */ | ||
|
|
||
| .text-text-500.font-small.p-3\.5.pb-0 { | ||
| background-color: @crust !important; | ||
| /* Optional: Add padding or border-radius if the bg looks cramped */ | ||
| border-radius: 8px 8px 0px 0px !important; | ||
| } |
There was a problem hiding this comment.
| /* Target the specific element with all those classes */ | |
| .text-text-500.font-small.p-3\.5.pb-0 { | |
| background-color: @crust !important; | |
| /* Optional: Add padding or border-radius if the bg looks cramped */ | |
| border-radius: 8px 8px 0px 0px !important; | |
| } |
I'm not sure what this is for. Please isolate this to a separate pull request (this one should just be for the syntax highlighting fix) and provide a clearer description of where this is and what it changes - can we get a screenshot of what it looked like before this change and what it looks like after?
There was a problem hiding this comment.
maybe the way I've done it its not the best as I'm not very good at css so any improvement feedback is accepted






Claude codeblocks was broken and didn't show up syntaxt highlight colours

Default:
Catppuccini:

Fixed:
