Skip to content

Commit 2647a7a

Browse files
committed
feat: add back-link to intro-lecture main page in quiz header
1 parent 3ccb90a commit 2647a7a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

content/intro-lecture/quiz/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
border-bottom: 1px solid var(--border); }
2121
.header h1 { font-size: 22px; font-weight: 900; }
2222
.header p { font-size: 13px; opacity: 0.7; margin-top: 3px; }
23+
.back-link {
24+
display: inline-block; margin-bottom: 10px;
25+
font-size: 12px; font-weight: 700;
26+
color: rgba(255,255,255,0.6) !important; text-decoration: none !important;
27+
padding: 4px 12px;
28+
border: 1px solid rgba(255,255,255,0.2); border-radius: 20px;
29+
transition: all 0.15s;
30+
}
31+
.back-link:hover { color: white !important; border-color: rgba(255,255,255,0.5); }
2332

2433
.container { max-width: 720px; margin: 0 auto; padding: 14px; }
2534

@@ -173,6 +182,7 @@
173182
<body>
174183

175184
<div class="header">
185+
<a href="/content/intro-lecture/" class="back-link">← DH Introductions</a>
176186
<h1>📚 DH Intro — Exam Quiz</h1>
177187
<p id="hdrSub">76 questions · 16 lectures · FS 2026</p>
178188
</div>

0 commit comments

Comments
 (0)