match colors variables to new logo colors

This commit is contained in:
2025-10-28 17:10:38 +01:00
parent bd689dd736
commit 8415f9a114
3 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
<div class="flex gap-2 pb-4">
<div class="[&>svg]:size-8">{% include "gractwo.svg" %}</div>
<h1
class="font-semibold text-xl px-2 bg-gradient-to-r from-gractwo-red-semidark to-gractwo-blu-semidark from-30% to-70% bg-clip-text text-transparent"
class="font-semibold text-xl px-2 bg-gradient-to-r from-gractwo-red to-gractwo-blu from-30% to-70% bg-clip-text text-transparent"
>
Gractwo
</h1>

View File

@@ -9,7 +9,7 @@
{% include "gractwo.svg" %}
</div>
<h1
class="text-7xl font-semibold bg-gradient-to-r from-gractwo-red-semidark to-gractwo-blu-semidark from-30% to-70% text-transparent bg-clip-text"
class="text-7xl font-semibold bg-gradient-to-r from-gractwo-red to-gractwo-blu from-30% to-70% text-transparent bg-clip-text"
>
Gractwo
</h1>

View File

@@ -1,12 +1,12 @@
@import "tailwindcss";
@theme {
--color-gractwo-red: #fb636b;
--color-gractwo-red-semidark: #cc4f55;
--color-gractwo-red-dark: #b2454b;
--color-gractwo-blu: #61f2ea;
--color-gractwo-blu-semidark: #47b2ad;
--color-gractwo-blu-dark: #3d9994;
--color-gractwo-red: #ff637e;
--color-gractwo-red-semidark: #cc5166;
--color-gractwo-red-dark: #ad4153;
--color-gractwo-blu: #00d3f2;
--color-gractwo-blu-semidark: #41aaba;
--color-gractwo-blu-dark: #3e8f9b;
}
.bg-gractwo-index-light {