diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index a7a971b..d7ce593 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,7 +1,5 @@ - - - diff --git a/src/routes/hero.svelte b/src/routes/hero.svelte index fc73423..5083bab 100644 --- a/src/routes/hero.svelte +++ b/src/routes/hero.svelte @@ -1,4 +1,4 @@ -
+
- Kokoa - - Vive el software libre + Kokoa + - Vive el software libre
-

+

Club estudiantil politécnico promotor del uso, modificación, distribución y aprendizaje de software libre

diff --git a/tailwind.config.ts b/tailwind.config.ts index 31cbe36..75447ab 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -10,10 +10,6 @@ export default { fontFamily: { fira: ["Fira Code", "mono-space"], }, - colors: { - primary: "#8CC63F", - base: "#E0EBFF", - }, }, }, plugins: [forms({ strategy: "class" }), typography],