Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -263,7 +263,6 @@ 263 263 264 264 /* Full‑bleed gradient background */ 265 265 .contrast-band::before { 266 - border: 2px solid red; 267 267 content: ""; 268 268 position: absolute; 269 269 top: 0; ... ... @@ -277,6 +277,8 @@ 277 277 radial-gradient(circle at 18% 18%, fade(@brand, 22%) 0%, transparent 28%), 278 278 radial-gradient(circle at 86% 12%, fade(@brand, 16%) 0%, transparent 30%), 279 279 linear-gradient(135deg, @text 0%, @text-soft 100%); 279 + 280 + background: red !important; 280 280 } 281 281 282 282 /* Grid overlay stays exactly as you had it */ ... ... @@ -1671,11 +1671,6 @@ 1671 1671 background-attachment: fixed; 1672 1672 } 1673 1673 1674 -#mainContentArea { 1675 - padding: 0; 1676 - overflow-x: hidden; 1677 -} 1678 - 1679 1679 /* ========== Main Page Hero / SaaS Layout ========== */ 1680 1680 1681 1681 #mainContentArea .hero.hero-saas {