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

// Change content to be left aligned
.theme-default-content:not(.custom),
.page-nav
  max-width 72ch
  margin 0
  padding 2rem