diff --git a/src/components/sections/CrewDescriptionComp.astro b/src/components/sections/CrewDescriptionComp.astro index e904a84..a6b09ad 100644 --- a/src/components/sections/CrewDescriptionComp.astro +++ b/src/components/sections/CrewDescriptionComp.astro @@ -18,14 +18,14 @@ const { image } = Astro.props; diff --git a/src/components/sections/CrewJoinComp.astro b/src/components/sections/CrewJoinComp.astro index 78fc74c..6cb72ad 100644 --- a/src/components/sections/CrewJoinComp.astro +++ b/src/components/sections/CrewJoinComp.astro @@ -23,9 +23,9 @@ const { image } = Astro.props; button={{ text: "Ta utfordringen!", link: "https://wannabe.gathering.org", - color: "bg-orange-500 self-center", + color: "bg-orange-500 self-center text-black", }} - backgroundColor="bg-black bg-opacity-80" + backgroundColor="bg-black bg-opacity-90" /> diff --git a/src/components/sections/TechBlogComp.astro b/src/components/sections/TechBlogComp.astro index 9552b35..4e6f0e1 100644 --- a/src/components/sections/TechBlogComp.astro +++ b/src/components/sections/TechBlogComp.astro @@ -23,9 +23,9 @@ const { image } = Astro.props; button={{ text: "Les alt i Tech-bloggen", link: "https://tech.gathering.org", - color: "bg-green-500 self-center", + color: "bg-green-500 self-center text-black", }} - backgroundColor="bg-black bg-opacity-80" + backgroundColor="bg-black bg-opacity-90" />