Changes for page Public Web Site

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

From version 25.58
edited by Agnease
on 2026/06/30 12:28
Change comment: There is no comment for this version
To version 25.47
edited by Agnease
on 2026/06/30 12:21
Change comment: There is no comment for this version

Summary

Details

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