add missing styles + fix demo

This commit is contained in:
Felix Roos 2022-05-20 00:08:50 +02:00
parent a29c5f1bd8
commit 7eeae4292c
3 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,7 @@ import cx from '../cx';
import useHighlighting from '../hooks/useHighlighting.mjs';
import CodeMirror6 from './CodeMirror6';
import 'tailwindcss/tailwind.css';
import './style.css';
import styles from './MiniRepl.module.css';
import { Icon } from './Icon';

View file

@ -0,0 +1,3 @@
.cm-editor {
background-color: transparent !important;
}