ElMassimo / iles

🏝 The joyful site generator
https://iles.pages.dev
MIT License
1.06k stars 31 forks source link

Fix style for displaying language in Prism #260

Closed dhruvkb closed 10 months ago

dhruvkb commented 10 months ago

Description 📖

This pull request fixes the CSS snippet for displaying language in the code preview generated by the @islands/prism plugin.

Background 📜

The included code snippet did not work because

The Fix 🔨

By adding position: relative and the missing colon, these problems can be fixed.

Screenshots 📷

Screenshot 2023-09-15 at 3 02 30 PM
ElMassimo commented 10 months ago

Thanks Dhruv!