aboutsummaryrefslogtreecommitdiffstats
path: root/src/Editor.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Editor.module.css')
-rw-r--r--src/Editor.module.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Editor.module.css b/src/Editor.module.css
new file mode 100644
index 0000000..2116903
--- /dev/null
+++ b/src/Editor.module.css
@@ -0,0 +1,7 @@
+.runButton {
+ margin-top: 10px;
+}
+
+.error {
+ color: var(--red)
+}