Changes for page Public Web Site

Last modified by Agnease on 2026/07/01 17:17

From version 25.43
edited by Agnease
on 2026/06/30 12:18
Change comment: There is no comment for this version
To version 25.49
edited by Agnease
on 2026/06/30 12:25
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -163,9 +163,9 @@
163 163   }
164 164  }
165 165  */
166 -/*.btn-secondary {
167 - color: @brand;
168 - background: #fff;
166 +.btn-secondary {
167 + color: @fff;
168 + background: @brand-strong;
169 169   border: 1px solid fade(@brand, 35%);
170 170  
171 171   &:hover,
... ... @@ -174,7 +174,7 @@
174 174   border-color: @brand;
175 175   background: @brand-bg;
176 176   }
177 -}*/
177 +}
178 178  
179 179  /* ========== Hero ========== */
180 180