Style: Make all code editors apply Tailwind CSS font-mono style.

This commit is contained in:
DearTanker
2025-06-30 13:04:47 +08:00
parent 526f249d0e
commit 37c7507507

View File

@@ -242,3 +242,7 @@
background-color: var(--terminal-paste) !important;
color: currentColor !important;
}
.cm-content, .cm-lineWrapping {
@apply font-mono;
}