fix: 💄 Make editor have mono font

This commit is contained in:
ThatOneCalculator 2022-03-21 16:42:35 -07:00
parent 67fb649b02
commit edd1e98a86
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ textarea {
border: none;
outline: 0;
color: $text;
font-family: $font-mono;
font-size: 15px;
}
.button-wrapper {