File size: 320 Bytes
0ad74ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<script>
	import "@gradio/theme/reset.css";
	import "@gradio/theme/global.css";
	import "@gradio/theme/pollen.css";
	import "@gradio/theme/typography.css";
	import "./svelte_init";
</script>

<slot></slot>

<style>
	:global(body) {
		background: var(--body-background-fill);
		color: var(--body-text-color);
	}
</style>