Changes for page Sandbox Test Page 3

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

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

Summary

Details

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