Skip to content

Commit

Permalink
Make code block corners pixelated in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Dec 13, 2024
1 parent 480cbe7 commit 8171b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Markdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@
padding: 1rem !important;
overflow: scroll;
scrollbar-width: none;
clip-path: var(--2px-corner-fill);
}
.markdown :global(pre::-webkit-scrollbar) {
Expand Down

0 comments on commit 8171b11

Please sign in to comment.