Skip to content

Commit

Permalink
Fix codemirror styling
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed May 20, 2024
1 parent 6edc973 commit 1f1f8c3
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 26 deletions.
4 changes: 4 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@
& pre[class*="language-"]>code {
@apply text-sm;
display: block;
}

.cm-content {
@apply font-mono;
@apply text-xs;
}

& [data-editor-type=frontmatter] {
Expand Down
Loading

0 comments on commit 1f1f8c3

Please sign in to comment.