Changes for page Public Web Site

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

From version 25.60
edited by Agnease
on 2026/06/30 12:29
Change comment: There is no comment for this version
To version 25.45
edited by Agnease
on 2026/06/30 12:21
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -12,7 +12,7 @@
12 12  @shadow: 0 12px 36px rgba(0, 0, 0, .08);
13 13  @maxw: 1140px;
14 14  */
15 -@brand: #00937D;
15 +@brand: #07182d;
16 16  @brand-strong: #007B6A;
17 17  @brand-soft: #E7FFF8;
18 18  @brand-bg: #F7F9FC;
... ... @@ -164,9 +164,16 @@
164 164  }
165 165  */
166 166  .btn-secondary {
167 - color: @text;
168 - border: 1px solid fade(@text, 35%);
167 + color: @brand;
168 + background: #fff;
169 + border: 1px solid fade(@brand, 35%);
169 169  
171 + &:hover,
172 + &:focus {
173 + color: @brand-strong;
174 + border-color: @brand;
175 + background: @brand-bg;
176 + }
170 170  }
171 171  
172 172  /* ========== Hero ========== */