Skip to content

Commit cfc125d

Browse files
brunoborgesCopilot
andcommitted
Standardize docs site to tailspin template
Align HTML/CSS/JS structure with the tailspin-toys-workshop docs template: - Use shared external styles.css, light-theme.css, theme-toggle.js - Standardize step.html with consistent sidebar, header nav, markdown rendering - Use .markdown class naming, colored GitHub alerts, image path resolution - Add theme toggle in header, confetti on last step, keyboard navigation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9a51633 commit cfc125d

3 files changed

Lines changed: 167 additions & 373 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Mona Mayhem Workshop</title>
77
<link rel="preconnect" href="https://fonts.googleapis.com">
8-
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
8+
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet">
99
<link rel="stylesheet" href="styles.css">
1010
<link rel="stylesheet" href="light-theme.css">
1111
<script src="theme-toggle.js"></script>

0 commit comments

Comments
 (0)