blob: d8b99f67ae4f77d280ef2f7709253a9e8b8ec166 [file] [log] [blame]
Yoshie Muranaka111325b2020-11-03 14:48:08 -08001
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
Derick Montague7e6fc972020-11-10 18:15:15 -060017 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