summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components/codeblock.module.css
blob: ddd88ef18a30a7dc4718d3dd14b22bdf3ff871a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
.codeblock {
  pre {
    --shiki-dark-bg: var(--sl-color-bg-surface) !important;
    background-color: var(--sl-color-bg-surface) !important;

    span {
      white-space: break-spaces;
    }
  }
}