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.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Editor.module.css b/src/Editor.module.css
index 2116903..e0bb076 100644
--- a/src/Editor.module.css
+++ b/src/Editor.module.css
@@ -5,3 +5,15 @@
.error {
color: var(--red)
}
+
+.examples {
+ margin-bottom: 20px;
+}
+
+:global(.ace_gutter) {
+ z-index: 0;
+}
+
+:global(#react-select-3-listbox) {
+ color: var(--dark-grey);
+}