From 5e99147dc480cfc935790ad4159296eedd033c97 Mon Sep 17 00:00:00 2001 From: cirroskais Date: Sat, 20 Apr 2024 23:08:53 -0400 Subject: [PATCH] opengraph,custom colr, hatchets --- src/lib/components/Footer.svelte | 2 +- src/lib/components/Header.svelte | 2 +- src/routes/+layout.svelte | 11 ++++++++--- tailwind.config.js | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) 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: {