Learn: per-stage Open-in-Astrolabe hand-off links

This commit is contained in:
2026-07-04 19:43:15 +03:00
parent 194177c0c5
commit 42717fe4f7
2 changed files with 25 additions and 0 deletions
+13
View File
@@ -102,6 +102,19 @@
min-height: 180px;
}
/* The per-stage hand-off into the app: the stage's spec, self-contained, as a
snippet — opened in a new tab so the lesson keeps its place. */
.openLink {
display: inline-block;
margin-top: var(--space-3);
font-size: 13px;
color: var(--accent);
text-decoration: none;
}
.openLink:hover {
text-decoration: underline;
}
.note {
padding: var(--space-4) var(--space-5);
border-top: 1px solid var(--border);