Changes for page Public Web Site

Last modified by Alex Cotiuga on 2026/07/21 12:54

From version 30.10
edited by Alex Cotiuga
on 2026/07/21 12:54
Change comment: There is no comment for this version
To version 30.8
edited by Alex Cotiuga
on 2026/07/13 07:05
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -761,7 +761,6 @@
761 761  }
762 762  
763 763  .resource-card {
764 - background-color: #fff;
765 765   padding: 20px;
766 766  
767 767   h4 {
... ... @@ -1128,7 +1128,7 @@
1128 1128  
1129 1129  .resource-note {
1130 1130   border-left: 4px solid @brand;
1131 - background: #fff;
1130 + background: @brand-bg;
1132 1132   padding: 16px 18px;
1133 1133   margin: 22px 0;
1134 1134   border-radius: 0 @radius @radius 0;