aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/fields/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/fields/common.scss')
-rw-r--r--frontend/src/components/fields/common.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/components/fields/common.scss b/frontend/src/components/fields/common.scss
index f37369e..e5dc65c 100644
--- a/frontend/src/components/fields/common.scss
+++ b/frontend/src/components/fields/common.scss
@@ -1,7 +1,9 @@
@import "../../colors.scss";
.field {
- input, textarea {
+ input,
+ textarea {
+ font-family: "Fira Code", monospace;
width: 100%;
padding: 7px 10px;
color: $color-primary-4;