swap out main index page gradient

This commit is contained in:
2025-10-09 11:49:50 +02:00
parent aae196b7fe
commit 659a4059d6
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
{% block title %}gractwo.pl | Witamy!{% endblock %} {% block pagecontent %} {% block title %}gractwo.pl | Witamy!{% endblock %} {% block pagecontent %}
<div <div
class="bg-radial from-stone-200 to-white flex flex-col items-center text-center w-full h-full flex-1 pb-48" class="bg-gractwo-index-light flex flex-col items-center text-center w-full h-full flex-1 pb-48"
> >
<div class="mt-16 md:mt-60 mx-auto [&>svg]:size-24"> <div class="mt-16 md:mt-60 mx-auto [&>svg]:size-24">
{% include "gractwo.svg" %} {% include "gractwo.svg" %}

View File

@@ -8,3 +8,12 @@
--color-gractwo-blu-semidark: #47b2ad; --color-gractwo-blu-semidark: #47b2ad;
--color-gractwo-blu-dark: #3d9994; --color-gractwo-blu-dark: #3d9994;
} }
.bg-gractwo-index-light {
background-size: "100% 100%";
background-image: radial-gradient(
125% 125% at 50% 90%,
#ffffff 40%,
#ff637e 120%
);
}