summaryrefslogtreecommitdiff
path: root/mut/neovim/pack/plugins/start/blink.cmp/docs/.vitepress/theme/style.css
blob: 05ce570ccf0a6a77f2b7b3159c053fcefb163f17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Wrap text in code blocks */
code {
  white-space: pre-wrap !important;
  word-break: break-word !important;
}

.content-container {
  max-width: 800px !important;
}

.VPBadge > a {
  text-decoration: none !important;
  color: inherit !important;
}