From 8415f9a11437f8ed8d78d56066684ea31e1e7a88 Mon Sep 17 00:00:00 2001 From: jakubmanczak Date: Tue, 28 Oct 2025 17:10:38 +0100 Subject: [PATCH] match colors variables to new logo colors --- web/footer.html | 2 +- web/index.html | 2 +- web/input.css | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/footer.html b/web/footer.html index c58f460..c312b90 100644 --- a/web/footer.html +++ b/web/footer.html @@ -6,7 +6,7 @@
{% include "gractwo.svg" %}

Gractwo

diff --git a/web/index.html b/web/index.html index 4904495..95bddc1 100644 --- a/web/index.html +++ b/web/index.html @@ -9,7 +9,7 @@ {% include "gractwo.svg" %}

Gractwo

diff --git a/web/input.css b/web/input.css index 49cf9f2..68550c4 100644 --- a/web/input.css +++ b/web/input.css @@ -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 {