+
Saving…
-
+
Notify me
@@ -1688,7 +1691,6 @@ onMounted(async () => {
}
.gradient-hero {
- min-height: 100vh;
background: radial-gradient(1200px 600px at 10% -10%, rgba(6, 182, 212, .35), transparent),
radial-gradient(900px 480px at 100% 10%, rgba(59, 130, 246, .25), transparent),
linear-gradient(180deg, #0b1020 0%, #0b1020 60%, #0a0f1c 100%);
@@ -1698,14 +1700,14 @@ onMounted(async () => {
content: '';
position: absolute;
inset: 0;
- background: url('/img/learn/modules/img3.jpeg') center/cover no-repeat;
- opacity: 0.25;
+ background: url('/img/learn/modules/img6.jpeg') center/cover no-repeat;
+ opacity: 0.45;
pointer-events: none;
z-index: 0;
}
.hero-overlay {
- background: linear-gradient(90deg, rgba(11, 16, 32, 0.95) 0%, rgba(11, 16, 32, 0.78) 45%, rgba(11, 16, 32, 0.35) 100%);
+ background: linear-gradient(90deg, rgba(11, 16, 32, 0.9) 0%, rgba(11, 16, 32, 0.68) 45%, rgba(11, 16, 32, 0.15) 100%);
z-index: 1;
}