chrisvaillancourt / website

Topher's personal website.
https://chrisvaillancourt.io/
0 stars 0 forks source link

feat: increase color contrast of code comments #103

Open chrisvaillancourt opened 1 year ago

chrisvaillancourt commented 1 year ago

Code comments in blog posts have insufficient color contrast and result in lower lighthouse scores.

chrisvaillancourt commented 1 year ago

Need to look more into this. Shiki doesn't have an easy hook into the code comment style.

chrisvaillancourt commented 1 month ago

Look into ShikiTransformer support which was introduced in astro v4.11.

Adds ShikiTransformer support to the <Code /> component with a new transformers prop. Note that transformers only applies classes and you must provide your own CSS rules to target the elements of your code block.