Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

49 color contrast on buttons #50

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/sections/CrewDescriptionComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const { image } = Astro.props;
<Box
itemCenter={true}
title="Hvem styrer scenelysene?"
titleColor="text-blue-500"
titleColor="text-blue-400"
text="Vel, i 2025 kan det være deg"
button={{
text: "Ta en titt på årets crewbeskrivelser",
link: "https://wannabe.gathering.org/tg25/crew",
color: "bg-blue-500 self-center",
color: "bg-blue-400 self-center text-black",
}}
backgroundColor="bg-black bg-opacity-80"
backgroundColor="bg-black bg-opacity-90"
/>
</div>
</section>
4 changes: 2 additions & 2 deletions src/components/sections/CrewJoinComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions src/components/sections/TechBlogComp.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</div>
</section>