swap out main index page gradient
This commit is contained in:
@@ -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" %}
|
||||||
|
|||||||
@@ -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%
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user