diff --git a/web/index.html b/web/index.html
index 84d7261..4bffb36 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2,7 +2,7 @@
{% block title %}gractwo.pl | Witamy!{% endblock %} {% block pagecontent %}
{% include "gractwo.svg" %}
diff --git a/web/input.css b/web/input.css
index 3bdd157..ec95a7c 100644
--- a/web/input.css
+++ b/web/input.css
@@ -8,3 +8,12 @@
--color-gractwo-blu-semidark: #47b2ad;
--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%
+ );
+}