fix: minirepl styles
This commit is contained in:
parent
9ec3fee455
commit
6f5f8cc7d8
6 changed files with 7 additions and 9 deletions
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
import { MiniRepl } from './MiniRepl';
|
||||
const { tune } = Astro.props;
|
||||
import '@strudel.cycles/react/dist/style.css';
|
||||
---
|
||||
|
||||
<MiniRepl tune={tune} client:only="react" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
@import '@strudel.cycles/react/dist/style.css';
|
||||
|
||||
.darken::before {
|
||||
content: ' ';
|
||||
position: fixed;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
@import '@strudel.cycles/react/dist/style.css';
|
||||
|
||||
body {
|
||||
background-color: #222;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue