Compare commits
No commits in common. "45d8e18e3058d191019c3a499671c01a92a656ba" and "e0c0b9a887e0ade0e9772224e68ef91285f23023" have entirely different histories.
45d8e18e30
...
e0c0b9a887
@ -6,5 +6,5 @@ body {
|
|||||||
transition:
|
transition:
|
||||||
background-color 0.2s ease-in-out,
|
background-color 0.2s ease-in-out,
|
||||||
color 0.2s ease-in-out;
|
color 0.2s ease-in-out;
|
||||||
@apply bg-stone-100 dark:bg-gray-900 text-slate-600 dark:text-stone-100 text-center;
|
@apply bg-stone-100 dark:bg-gray-950 text-black dark:text-stone-100 text-center;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { blur } from 'svelte/transition';
|
import { blur } from 'svelte/transition';
|
||||||
import '../app.css';
|
import '../app.css';
|
||||||
|
import '../app.css';
|
||||||
import CloudflareAnalytics from '../lib/CloudflareAnalytics.svelte';
|
import CloudflareAnalytics from '../lib/CloudflareAnalytics.svelte';
|
||||||
import { DarkMode } from 'flowbite-svelte';
|
import { DarkMode } from 'flowbite-svelte';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user