style(markdown): Add border to codesnippets Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
1 files changed, 1 insertions(+), 0 deletions(-) M src/markdown.ts
M src/markdown.ts => src/markdown.ts +1 -0
@@ 71,6 71,7 @@ export const css = ` .markdown-body pre { color: white; + border: 0.1rem solid var(--color-primary); } .markdown-body .markdown-alert {