diff --git a/src/lib/AddOverlay.svelte b/src/lib/AddOverlay.svelte index ae090ca..bad11d4 100644 --- a/src/lib/AddOverlay.svelte +++ b/src/lib/AddOverlay.svelte @@ -13,6 +13,7 @@ } from '@svelte-put/cloudflare-turnstile'; import { PUBLIC_CLOUDFLARE_TURNSTILE_SITE_KEY } from '$env/static/public'; import { SvelteToast, toast } from '@zerodevx/svelte-toast'; + import './toast.css'; let momentDescription = ''; let captchaToken = ''; @@ -31,7 +32,9 @@ 'Your story was successfully submitted. It will appear publicly on the map once it has been approved by our moderators.', { theme: { - '--toastBarHeight': 0 + '--toastBackground': 'black', + '--toastBarHeight': 0, + '--toastColor': 'var(--color-pink)', }, duration: 5000 diff --git a/src/lib/DonatePopup.svelte b/src/lib/DonatePopup.svelte index 032fadf..3ac4d8b 100644 --- a/src/lib/DonatePopup.svelte +++ b/src/lib/DonatePopup.svelte @@ -1,5 +1,6 @@