summaryrefslogtreecommitdiff
path: root/docs/.vuepress/styles/palette.styl
blob: fc4f27ebd8b065dba24eb12fd4ed62564eb10306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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