diff --git a/client/src/index.css b/client/src/index.css
index 8dc296e..1644100 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -243,30 +243,33 @@ input[data-testid*="search"]::placeholder {
position: absolute;
width: 0;
height: 0;
- border-left: 40px solid transparent;
- border-right: 40px solid transparent;
- border-bottom: 60px solid rgba(59, 130, 246, 0.15);
+ border-left: 20px solid transparent;
+ border-right: 20px solid transparent;
+ border-bottom: 30px solid rgba(59, 130, 246, 0.03);
transform: rotate(15deg);
+ z-index: -1;
}
.triangle-decoration-2 {
position: absolute;
width: 0;
height: 0;
- border-left: 25px solid transparent;
- border-right: 25px solid transparent;
- border-bottom: 40px solid rgba(147, 51, 234, 0.15);
+ border-left: 15px solid transparent;
+ border-right: 15px solid transparent;
+ border-bottom: 25px solid rgba(147, 51, 234, 0.03);
transform: rotate(-25deg);
+ z-index: -1;
}
.triangle-decoration-3 {
position: absolute;
width: 0;
height: 0;
- border-left: 30px solid transparent;
- border-right: 30px solid transparent;
- border-bottom: 50px solid rgba(59, 130, 246, 0.12);
+ border-left: 18px solid transparent;
+ border-right: 18px solid transparent;
+ border-bottom: 28px solid rgba(59, 130, 246, 0.03);
transform: rotate(45deg);
+ z-index: -1;
}
.floating-triangles {
@@ -278,28 +281,28 @@ input[data-testid*="search"]::placeholder {
content: '';
position: absolute;
top: 15%;
- right: 10%;
+ right: 2%;
width: 0;
height: 0;
- border-left: 35px solid transparent;
- border-right: 35px solid transparent;
- border-bottom: 55px solid rgba(59, 130, 246, 0.08);
+ border-left: 20px solid transparent;
+ border-right: 20px solid transparent;
+ border-bottom: 30px solid rgba(59, 130, 246, 0.03);
transform: rotate(30deg);
- z-index: 1;
+ z-index: -1;
}
.floating-triangles::after {
content: '';
position: absolute;
bottom: 25%;
- left: 8%;
+ left: 2%;
width: 0;
height: 0;
- border-left: 28px solid transparent;
- border-right: 28px solid transparent;
- border-bottom: 45px solid rgba(147, 51, 234, 0.08);
+ border-left: 18px solid transparent;
+ border-right: 18px solid transparent;
+ border-bottom: 28px solid rgba(147, 51, 234, 0.03);
transform: rotate(-15deg);
- z-index: 1;
+ z-index: -1;
}
/* Background go4.video logo decorations */
diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx
index 86d6ff1..633bb34 100644
--- a/client/src/pages/home.tsx
+++ b/client/src/pages/home.tsx
@@ -231,15 +231,10 @@ export default function Home() {
}}
/>
- {/* Large geometric triangles */}
-
-
-
-
- {/* Additional floating triangles */}
-
-
-
+ {/* Trikotniki premaknjeni stran od vsebine - z zelo nizko prosojnostjo */}
+
+
+
- {/* Large geometric triangles */}
-
-
-
+ {/* go4.video logoti v footerju */}
+
+
+
+ {/* Trikotniki v footerju - z nižjim z-index da ne zakrivajo besedila */}
+
+