-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshop-dashboard.html
More file actions
25 lines (21 loc) · 1.18 KB
/
Copy pathworkshop-dashboard.html
File metadata and controls
25 lines (21 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!--
Injected into <head> of the workshop dashboard frame. Tigera corporate
look — DM Sans across the chrome, JetBrains Mono in the terminal pane.
-->
<!-- Shared core stylesheet: design tokens, dark-mode overrides, self-
hosted @font-face declarations, and the Slack-help widget rules.
The per-surface CSS (workshop-dashboard.css) consumes the tokens
defined here via var(--*) so this MUST be linked for the page
to render branded — without it, every var() resolves to unset
and the page falls back to default white. -->
<link rel="stylesheet" href="/static/theme/tigera-theme-core.css">
<!-- Tigera favicon override (served next to the theme assets). -->
<link rel="shortcut icon" href="/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="/static/theme/tigera-theme-core.js"></script>
<meta name="theme-color" content="#1a1a1e">