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
-
... ... @@ -1841,13 +1841,13 @@ 1841 1841 /* ========== Accessibility / Contrast Improvements ========== */ 1842 1842 1843 1843 /* Make the global background softer and less distracting. */ 1844 -body { 1844 +/*body { 1845 1845 background: 1846 1846 radial-gradient(circle at 12% 8%, rgba(0, 147, 125, 0.035) 0, transparent 26%), 1847 1847 radial-gradient(circle at 90% 28%, rgba(7, 24, 45, 0.025) 0, transparent 30%), 1848 1848 linear-gradient(180deg, #fff 0, @brand-bg 42%, #fff 100%) !important; 1849 1849 background-attachment: scroll; 1850 -} 1850 +}*/ 1851 1851 1852 1852 /* Keep the article area readable while preserving the page background around it. */ 1853 1853 #mainContentArea .resource-layout {