fix: terminal text selectable

This commit is contained in:
Lorenzo Migliorero
2024-07-24 19:38:25 +02:00
parent 083bb7b87d
commit 7fd35999b1
2 changed files with 4 additions and 7 deletions

View File

@@ -102,12 +102,6 @@
}
}
#terminal span {
font-family: "Inter", sans-serif;
font-weight: 500;
letter-spacing: 0px !important;
}
/* Codemirror */
.cm-editor {
@apply w-full h-full rounded-md overflow-hidden border border-solid border-border outline-none;