aboutsummaryrefslogtreecommitdiff
path: root/projects/index.html
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:34:11 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-02 11:34:11 +0530
commitc5ce54952959deb531137533a3cee322760cbe9b (patch)
tree81ea8c1c62955b80bc205abb46d0e8d4a7865e33 /projects/index.html
parentc6b1442993638dbcc23a12f684f6f743ddb3e776 (diff)
site: change font to a more readable one
Diffstat (limited to 'projects/index.html')
-rw-r--r--projects/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html
index 54b2d46..ab4e50d 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -10,8 +10,8 @@
{{ eachdo projects }}
<a href="{{ put url }}" class="flex-grow flex-shrink basis-128 min-w-64 max-w-128">
- <div class="h-full bg-pink-100 py-2 px-4 text-pink-900 hover:bg-zinc-900 hover:text-pink-300 hover:underline hover:border-2 selection:bg-zinc-400 flex flex-col justify-between">
- <div class="flex flex-col gap-2 pt-2 items-center">
+ <div class="button-inverted py-2 px-4 flex flex-col justify-between">
+ <div class="flex flex-col gap-2 pt-2 items-center items-center">
<p class="text-2xl font-semibold text-center">{{ put name }}</p>
<p class="text-xl text-center text-wrap">{{ put description }}</p>
</div>