From f7271130ceebe1fd2d184298fc2d1e892ab7d64f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 5 Feb 2022 23:17:25 +0200 Subject: More things --- src/Editor.module.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/Editor.module.css') 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); +} -- cgit v1.3