mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Change button color
This commit is contained in:
@@ -79,7 +79,7 @@ function TicketCard({
|
|||||||
</ul>
|
</ul>
|
||||||
<Link href={buttonHref} target="_blank">
|
<Link href={buttonHref} target="_blank">
|
||||||
<button
|
<button
|
||||||
className={`px-4 py-2 bg-[#007CAB] hover:bg-[#00A3E0] text-black cursor-pointer ${vipnagorgialla.className} font-bold italic uppercase transition`}
|
className={`px-4 py-2 bg-[#00A3E0] hover:bg-[#E5E5EE] text-[#0A121F] cursor-pointer ${vipnagorgialla.className} font-bold italic uppercase transition`}
|
||||||
>
|
>
|
||||||
{buttonText}
|
{buttonText}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export default async function CS2Tournament({
|
|||||||
<Link
|
<Link
|
||||||
href="https://fienta.com/et/tipilan"
|
href="https://fienta.com/et/tipilan"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className={`${vipnagorgialla.className} font-bold italic px-4 py-3 bg-[#007CAB] hover:bg-[#00A3E0] text-black uppercase transition`}
|
className={`${vipnagorgialla.className} font-bold italic px-4 py-3 bg-[#00A3E0] hover:bg-[#E5E5EE] text-[#0A121F] uppercase transition`}
|
||||||
>
|
>
|
||||||
{t("cs2page.buyTicket")}
|
{t("cs2page.buyTicket")}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ export default async function LoLTournament({
|
|||||||
<Link
|
<Link
|
||||||
href="https://fienta.com/et/tipilan"
|
href="https://fienta.com/et/tipilan"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className={`${vipnagorgialla.className} font-bold italic px-4 py-2 bg-[#007CAB] hover:bg-[#00A3E0] text-black uppercase transition`}
|
className={`${vipnagorgialla.className} font-bold italic px-4 py-2 bg-[#00A3E0] hover:bg-[#E5E5EE] text-[#0A121F] uppercase transition`}
|
||||||
>
|
>
|
||||||
{t("lolpage.buyTicket")}
|
{t("lolpage.buyTicket")}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ export default function HeroSection() {
|
|||||||
</div>
|
</div>
|
||||||
<Link
|
<Link
|
||||||
href="/piletid"
|
href="/piletid"
|
||||||
className={`self-center md:self-start px-6 py-3 bg-[#007CAB] hover:bg-[#00A3E0] text-black ${vipnagorgialla.className} font-bold italic text-[clamp(1rem,0.8rem+0.8vw,1.5rem)] uppercase transition`}
|
className={`self-center md:self-start px-6 py-3 bg-[#00A3E0] hover:bg-[#E5E5EE] text-[#0A121F] ${vipnagorgialla.className} font-bold italic text-[clamp(1rem,0.8rem+0.8vw,1.5rem)] uppercase transition`}
|
||||||
>
|
>
|
||||||
{t("hero.buyTicket")}
|
{t("hero.buyTicket")}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user