Text color default

This commit is contained in:
DutchEllie 2022-07-01 22:21:49 +02:00
parent 3ab565d1e0
commit 553182ea73
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import Header from '../components/header.svelte'
</script>
<div class="bg-gradient-to-tr from-[#070F1A] to-[#0D234C] w-screen h-screen">
<div class="bg-gradient-to-tr from-[#070F1A] to-[#0D234C] w-screen h-screen text-slate-100">
<!-- Header -->
<Header/>
<slot />