Full remove scss
This commit is contained in:
@@ -2,14 +2,13 @@
|
||||
import '../app.postcss';
|
||||
import NavBar from '$lib/components/NavBar.svelte';
|
||||
import Snackbar from '$lib/components/Snackbar.svelte';
|
||||
import '../app.scss';
|
||||
import ConfirmationPopup from '$lib/components/ConfirmationPopup.svelte';
|
||||
import { settingsStore } from '$lib/settings';
|
||||
</script>
|
||||
|
||||
<NavBar />
|
||||
<Snackbar />
|
||||
<ConfirmationPopup />
|
||||
|
||||
<div>
|
||||
<div class="h-screen text-white" style:background-color={$settingsStore.backgroundColor}>
|
||||
<NavBar />
|
||||
<Snackbar />
|
||||
<ConfirmationPopup />
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<script lang="ts">
|
||||
import Reader from '$lib/components/Reader/Reader.svelte';
|
||||
import { settingsStore } from '$lib/settings';
|
||||
</script>
|
||||
|
||||
<div style:background-color={$settingsStore.backgroundColor}><Reader /></div>
|
||||
<Reader />
|
||||
|
||||
Reference in New Issue
Block a user