update website button stylings, remove tailwind output tracking
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
<div class="flex flex-row gap-4 mt-8">
|
||||
<a
|
||||
href="/discord"
|
||||
class="flex gap-4 px-4 py-3 rounded text-white font-semibold bg-gradient-to-r from-gractwo-red-semidark to-gractwo-red"
|
||||
class="flex gap-4 px-4 py-3 rounded text-neutral-100 hover:text-white font-semibold bg-gradient-to-r from-gractwo-red-semidark to-gractwo-red [text-rendering:geometricPrecision] hover:scale-[1.02] hover:-translate-y-[2px] hover:shadow-lg transition-all"
|
||||
>
|
||||
<span class="scale-[.75]"
|
||||
>{% include "icons/users.svg" %}</span
|
||||
>
|
||||
Dołącz na serwer Discord
|
||||
<span>Dołącz na serwer Discord</span>
|
||||
<span class="scale-[.75]"
|
||||
>{% include "icons/external-link.svg" %}</span
|
||||
>
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="flex flex-col sm:flex-row gap-2 mt-4 text-neutral-500">
|
||||
<a
|
||||
href="/github"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-200"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-300 hover:text-black transition"
|
||||
><span class="scale-[.75]"
|
||||
>{% include "icons/github.svg" %}</span
|
||||
>
|
||||
@@ -49,7 +49,7 @@
|
||||
>
|
||||
<a
|
||||
href="/bsky"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-200"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-300 hover:text-black transition"
|
||||
><span class="scale-[.75]"
|
||||
>{% include "icons/twitter.svg" %}</span
|
||||
>
|
||||
@@ -57,7 +57,7 @@
|
||||
>
|
||||
<a
|
||||
href="/youtube"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-200"
|
||||
class="flex gap-2 px-3 py-1 rounded-full hover:bg-neutral-300 hover:text-black transition"
|
||||
><span class="scale-[.75]"
|
||||
>{% include "icons/youtube.svg" %}</span
|
||||
>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user