-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshop-instructions.html
More file actions
22 lines (19 loc) · 1.07 KB
/
Copy pathworkshop-instructions.html
File metadata and controls
22 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
Injected into <head> of the inner instructions iframe (rendered Markdown
content). Tigera corporate look — DM Sans for prose, JetBrains Mono for
code, matching docs.tigera.io.
-->
<!-- Shared core stylesheet: design tokens, dark-mode overrides, self-
hosted @font-face declarations, and the Slack-help widget rules.
The per-surface CSS (workshop-instructions.css) consumes tokens
from here via var(--*) so this MUST be linked. -->
<link rel="stylesheet" href="/workshop/static/theme/tigera-theme-core.css">
<!-- Tigera favicon override (served next to the theme assets). -->
<link rel="shortcut icon" href="/workshop/static/theme/favicon.ico"/>
<!-- Shared core script. Synchronous (no async/defer) so it finishes
executing before the body parses — applyTheme() then sets
data-theme on <html> before first paint, eliminating any flash
of light content. Must be linked from <head> on every surface;
the per-surface JS at end-of-body assumes window.TigeraTheme
exists. -->
<script src="/workshop/static/theme/tigera-theme-core.js"></script>