// VuePress Theme overrides | |
// Needed for table component to render correctly. | |
tr:nth-child(2n) | |
background-color transparent | |
table | |
border-collapse collapse | |
z-index 0 !important | |
width 100% | |
display table | |
th | |
border-right transparent | |
border-left transparent | |
text-align left | |
td | |
border none | |
// Change content to be left aligned | |
.theme-default-content:not(.custom), | |
.page-nav | |
max-width 72ch | |
margin 0 | |
padding 2rem |