Danktuary / vuepress-theme-yuu

A VuePress 1.x theme that supports a dark theme, multiple color themes, and other useful features.
https://vuepress-theme-yuu.netlify.com/
MIT License
72 stars 7 forks source link

feat(dark-theme): Improved visibility of `code` tags in even table rows #26

Closed jxn-30 closed 3 years ago

jxn-30 commented 3 years ago

code-Tags in even table rows (in dark mode) had the same backround-color as the row itself. This PR introduces the usage of $darkPrimaryBg as background-color in even table rows for dark mode.

Before After
grafik grafik