aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/index.html
diff options
context:
space:
mode:
authorkj_sh6042026-03-13 14:39:39 -0400
committerkj_sh6042026-03-13 14:39:39 -0400
commitd272caf3d982dd98437b703e40062e8523167d15 (patch)
treeb0eeed39d03dae989fc4059e2f98ccb4870b0d91 /src/templates/index.html
parentfb7ad061374085aa50ef8347f8d15fcca215b40a (diff)
refactor: use system base fonts
Diffstat (limited to '')
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index 6643d35..2ee0c52 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -28,7 +28,7 @@
<label for="markdown">
<h3>textarea</h3>
</label>
- <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required></textarea>
+ <textarea id="markdown" name="markdown" rows="16" placeholder="markdown goes here..." required style="font-family: monospace;"></textarea>
<section id="image-upload-section">
<label for="image"><small>image file</small></label>