xref: /openbmc/webui-vue/docs/.vuepress/styles/palette.styl (revision 111325b199f8cc1741958fd645522858bdca55f4)
1
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