Changes for page Public Web Site
Last modified by Agnease on 2026/07/01 17:17
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -185,9 +185,6 @@ 185 185 186 186 &.hero-centered { 187 187 text-align: center; 188 - background: 189 - radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%), 190 - radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%); 191 191 display: flex; 192 192 align-items: center; 193 193 justify-content: center; ... ... @@ -333,6 +333,7 @@ 333 333 .pathway-card, 334 334 .service-card, 335 335 .resource-card { 333 + background: #fff; 336 336 border: 1px solid @line; 337 337 border-radius: @radius; 338 338 box-shadow: @shadow-sm; ... ... @@ -1569,7 +1569,6 @@ 1569 1569 /* ========== Resources Index ========== */ 1570 1570 1571 1571 .resources-index-page { 1572 - background: #fff; 1573 1573 1574 1574 .services-grid { 1575 1575 grid-template-columns: repeat(2, minmax(0, 1fr));