update website button stylings, remove tailwind output tracking
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
/target
|
/target
|
||||||
*.env
|
*.env
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
web/styles.css
|
||||||
|
|||||||
@@ -27,12 +27,12 @@
|
|||||||
<div class="flex flex-row gap-4 mt-8">
|
<div class="flex flex-row gap-4 mt-8">
|
||||||
<a
|
<a
|
||||||
href="/discord"
|
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]"
|
<span class="scale-[.75]"
|
||||||
>{% include "icons/users.svg" %}</span
|
>{% include "icons/users.svg" %}</span
|
||||||
>
|
>
|
||||||
Dołącz na serwer Discord
|
<span>Dołącz na serwer Discord</span>
|
||||||
<span class="scale-[.75]"
|
<span class="scale-[.75]"
|
||||||
>{% include "icons/external-link.svg" %}</span
|
>{% 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">
|
<div class="flex flex-col sm:flex-row gap-2 mt-4 text-neutral-500">
|
||||||
<a
|
<a
|
||||||
href="/github"
|
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]"
|
><span class="scale-[.75]"
|
||||||
>{% include "icons/github.svg" %}</span
|
>{% include "icons/github.svg" %}</span
|
||||||
>
|
>
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="/bsky"
|
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]"
|
><span class="scale-[.75]"
|
||||||
>{% include "icons/twitter.svg" %}</span
|
>{% include "icons/twitter.svg" %}</span
|
||||||
>
|
>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
href="/youtube"
|
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]"
|
><span class="scale-[.75]"
|
||||||
>{% include "icons/youtube.svg" %}</span
|
>{% include "icons/youtube.svg" %}</span
|
||||||
>
|
>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user