blob: fc4f27ebd8b065dba24eb12fd4ed62564eb10306 [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
17 border none