1 2// VuePress Theme overrides 3// Needed for table component to render correctly. 4 5tr:nth-child(2n) 6 background-color transparent 7table 8 border-collapse collapse 9 z-index 0 !important 10 width 100% 11 display table 12th 13 border-right transparent 14 border-left transparent 15 text-align left 16td 17 border none 18 19// Change content to be left aligned 20.theme-default-content:not(.custom), 21.page-nav 22 max-width 72ch 23 margin 0 24 padding 2rem 25