diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index f7bc8a7..6b13245 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -21,7 +21,7 @@
-
+
diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index a4088ea..6d26f56 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -17,4 +17,4 @@
-
+
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 16ba838..8c9dee4 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -18,9 +18,14 @@ /> - - - + + + +
diff --git a/tailwind.config.js b/tailwind.config.js index cbd6160..087d32b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,6 +5,9 @@ export default { extend: { container: { center: true + }, + colors: { + cirro: '#c4bef3' } }, container: {