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

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