aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-13 18:54:09 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-13 18:59:14 +0800
commita9e16726b0e003ebb30e0c9bbeb8288a68810228 (patch)
treecae63e05460f8e35b90abccb0810256a815bdb98 /src
parente4f487ed9002889d745dbc9770744f866e8749bb (diff)
feat: Use monospace font in editor
Diffstat (limited to 'src')
-rw-r--r--src/css/index.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 0997779..7412835 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -40,6 +40,9 @@ body {
40 border-radius: var(--content-border-radius); 40 border-radius: var(--content-border-radius);
41 padding-inline: 0; 41 padding-inline: 0;
42 42
43 font-family: monospace;
44 font-size: 1.0rem;
45
43 span { 46 span {
44 white-space: pre; 47 white-space: pre;
45 } 48 }