Yoshie Muranaka | 111325b | 2020-11-03 14:48:08 -0800 | [diff] [blame] | 1 | |
| 2 | // VuePress Theme overrides |
| 3 | // Needed for table component to render correctly. |
| 4 | |
| 5 | tr:nth-child(2n) |
| 6 | background-color transparent |
| 7 | table |
| 8 | border-collapse collapse |
| 9 | z-index 0 !important |
| 10 | width 100% |
| 11 | display table |
| 12 | th |
| 13 | border-right transparent |
| 14 | border-left transparent |
| 15 | text-align left |
| 16 | td |
Derick Montague | 7e6fc97 | 2020-11-10 18:15:15 -0600 | [diff] [blame^] | 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 |