aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/index.css')
-rw-r--r--src/css/index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/css/index.css b/src/css/index.css
index b9e90ba..858182d 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -79,6 +79,18 @@ body {
79 .invalid-input { 79 .invalid-input {
80 text-decoration: red wavy underline 1px; 80 text-decoration: red wavy underline 1px;
81 } 81 }
82
83 .cm-heading-1 {
84 font-size: 2em;
85 }
86
87 .cm-heading-2 {
88 font-size: 1.5em;
89 }
90
91 .cm-heading-3 {
92 font-size: 1.25em;
93 }
82 } 94 }
83 95
84 .editor-toolbar { 96 .editor-toolbar {