✨ More Catppuccin colours, colour links by default
This commit is contained in:
@ -11,11 +11,15 @@ const giteaLink = `${GIT_URL}/martials/martials.no`
|
||||
|
||||
<div class="divider bg-inherit"></div>
|
||||
<div
|
||||
class="py-5 flex flex-row gap-1 justify-around w-full items-center bg-inherit"
|
||||
class="max-w-[1000px] sm:min-w-[500px] mx-auto py-5 flex flex-row flex-wrap gap-5 justify-around items-center bg-inherit px-5"
|
||||
>
|
||||
<div>
|
||||
<GiteaLink href={giteaLink} />
|
||||
<ExternalLink href={STATUS_URL} class="flex items-center" title="Status">
|
||||
<GiteaLink href={giteaLink} class="!text-cat-text" />
|
||||
<ExternalLink
|
||||
href={STATUS_URL}
|
||||
class="flex items-center !text-cat-text"
|
||||
title="Status"
|
||||
>
|
||||
<PajamasIcon
|
||||
name="pajamas:status-health"
|
||||
class="w-6 h-6 mr-2"
|
||||
|
Reference in New Issue
Block a user