File tree Expand file tree Collapse file tree
src/characteristic_impedance Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 p {
4141 max-width : 860px ;
4242 }
43+ a {
44+ color : var (--blue );
45+ font-weight : 700 ;
46+ text-decoration-thickness : 1px ;
47+ text-underline-offset : 3px ;
48+ }
49+ .back-link {
50+ display : inline-block;
51+ margin-bottom : 18px ;
52+ }
4353 .lede {
4454 color : var (--muted );
4555 font-size : 18px ;
8393</ head >
8494< body >
8595 < main >
96+ < a class ="back-link " href ="../index.html "> Back to docs index</ a >
8697 < h1 > Z0 ZFA Run-Tape Probe</ h1 >
8798 < p class ="lede ">
8899 A generated first-pass experiment that runs the fixed pre-2019 Z0 bit seed
Original file line number Diff line number Diff line change @@ -389,6 +389,16 @@ def render_zfa_probe_html(result: ZfaProbeResult) -> str:
389389 p {{
390390 max-width: 860px;
391391 }}
392+ a {{
393+ color: var(--blue);
394+ font-weight: 700;
395+ text-decoration-thickness: 1px;
396+ text-underline-offset: 3px;
397+ }}
398+ .back-link {{
399+ display: inline-block;
400+ margin-bottom: 18px;
401+ }}
392402 .lede {{
393403 color: var(--muted);
394404 font-size: 18px;
@@ -432,6 +442,7 @@ def render_zfa_probe_html(result: ZfaProbeResult) -> str:
432442</head>
433443<body>
434444 <main>
445+ <a class="back-link" href="../index.html">Back to docs index</a>
435446 <h1>Z0 ZFA Run-Tape Probe</h1>
436447 <p class="lede">
437448 A generated first-pass experiment that runs the fixed pre-2019 Z0 bit seed
You can’t perform that action at this time.
0 commit comments