Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 6.41
edited by Agnease
on 2026/05/12 13:25
Change comment: There is no comment for this version
To version 7.5
edited by Agnease
on 2026/05/12 14:18
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[1]
code
... ... @@ -88,7 +88,7 @@
88 88   line-height: 1.25;
89 89  
90 90   strong {
91 - color: @text;
91 + color: @brand;
92 92   font-size: 14px;
93 93   font-weight: 600;
94 94   }
... ... @@ -116,13 +116,7 @@
116 116   }
117 117  }
118 118  /* Keep the top-level Services menu visually clean when hovered/open/focused */
119 -.navbar-nav > li.agnease-services-menu > a {
120 - background: transparent;
121 - background-color: transparent;
122 - color: inherit;
123 - box-shadow: none;
124 -}
125 -
119 +.navbar-nav > li.agnease-services-menu > a,
126 126  .navbar-nav > li.agnease-services-menu > a:hover,
127 127  .navbar-nav > li.agnease-services-menu > a:focus,
128 128  .navbar-nav > li.agnease-services-menu.open > a,
... ... @@ -130,7 +130,8 @@
130 130  .navbar-nav > li.agnease-services-menu.open > a:focus {
131 131   background: transparent;
132 132   background-color: transparent;
133 - color: @brand;
127 + color: @brand-strong;
134 134   box-shadow: none;
135 135  }
136 -}
130 +
131 +
contentType
... ... @@ -1,0 +1,1 @@
1 +LESS