Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.36
edited by Agnease
on 2026/07/03 14:11
Change comment: There is no comment for this version
To version 28.40
edited by Agnease
on 2026/07/03 14:19
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -251,6 +251,7 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 + z-index: 0;
254 254   overflow: visible; /* allow pseudo-element to escape */
255 255   padding: 54px 0;
256 256   border-top: 0;
... ... @@ -275,6 +275,8 @@
275 275   radial-gradient(circle at 18% 18%, fade(@brand, 22%) 0%, transparent 28%),
276 276   radial-gradient(circle at 86% 12%, fade(@brand, 16%) 0%, transparent 30%),
277 277   linear-gradient(135deg, @text 0%, @text-soft 100%);
279 +
280 + background: red !important;
278 278  }
279 279  
280 280  /* Grid overlay stays exactly as you had it */