snort/packages/app/src/Element/CodeBlock.css
Fernando Porazzi 9c4871d3c1
Some checks failed
continuous-integration/drone/pr Build is failing
feat: highlight code blocks
2023-10-09 11:05:53 +02:00

15 lines
178 B
CSS

.codeblock {
overflow: auto;
position: relative;
}
.codeblock pre {
overflow: auto;
line-height: 1.4;
font-size: var(--font-size);
}
.hljs {
background: #f6f8fa;
}