Commit message
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
import ThemeSelector from '$lib/components/themeSelector.svelte';
|
||||
import Toggle from '$lib/components/toggle.svelte';
|
||||
|
||||
|
||||
let currentTheme = 'win95';
|
||||
let adultMode = false;
|
||||
let currentChart = null;
|
||||
@@ -73,8 +74,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@import '$lib/styles/themes.css';
|
||||
@import '$lib/styles/win95.css';
|
||||
</style>
|
||||
<!-- <style>
|
||||
:global(body) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -373,4 +377,4 @@
|
||||
box-shadow: 0 2px 0 #a00009;
|
||||
transform: translateY(2px);
|
||||
}
|
||||
</style>
|
||||
</style> -->
|
||||
Reference in New Issue
Block a user