Changes for page Sandbox Test Page 3

Last modified by Jareth Carpenter on 2026/08/20 22:29

From version 34.1
edited by Jareth Carpenter
on 2026/08/17 16:26
Change comment: There is no comment for this version
To version 35.1
edited by Jareth Carpenter
on 2026/08/17 16:33
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,4 @@
1 1  {{html clean="false"}}
2 -{{html clean="false"}}
3 3  <!--
4 4  ============================================================
5 5  FirstDigital - Learning Center Menu (XWiki fragment)
... ... @@ -29,9 +29,8 @@
29 29  ============================================================-->
30 30  <style>
31 31  @import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:wght@300;400;600;800&display=swap');
32 -/* Safety net: if the wiki ever renders this block twice,
33 - show only the first copy. */
34 -.fdm-hub ~ .fdm-hub { display: none !important; }
31 +/* Safety net: if the wiki ever renders this block twice, show only the first copy. */
32 +.fdm-hub { display: none !important; }
35 35  /* ---- FirstDigital brand tokens (Brand Guide 2025, p.11) ---- */
36 36  .fdm-hub {
37 37   --fd-navy: #003366; /* headlines, backgrounds, icons */
... ... @@ -47,8 +47,7 @@
47 47  }
48 48  .fdm-hub, .fdm-hub * { box-sizing: border-box; }
49 49  .fdm-hub {
50 - font-family: 'Host Grotesk', 'Segoe UI', -apple-system,
51 -BlinkMacSystemFont, Arial, sans-serif;
48 + font-family: 'Host Grotesk', 'Segoe UI', -apple-system, BlinkMacSystemFont, Arial, sans-serif;
52 52   font-weight: 300;
53 53   color: var(--fd-body);
54 54   background: var(--fd-white);
... ... @@ -374,4 +374,3 @@
374 374  
375 375  </div>
376 376  {{/html}}
377 -{{/html}}