Skip to content

Commit d29e307

Browse files
committed
Add backlink to index to backers.html and code sandbox
1 parent 7397b6d commit d29e307

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

code/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</head>
3434

3535
<article style="max-width: 50em;">
36-
<h1>Code Sandbox<div style="font-size: 70%">Eloquent JavaScript</div></h2>
36+
<h1>Code Sandbox<div style="font-size: 70%"><a class="subtlelink" href="../index.html">Eloquent JavaScript</a></div></h2>
3737

3838
<p>You can use this page to download source code and solutions to
3939
exercises for the book Eloquent JavaScript, and to directly run code

html/backers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515

1616
<article>
17-
<h1>List of Backers<div style="font-size: 70%">Eloquent JavaScript</div></h2>
17+
<h1>List of Backers<div style="font-size: 70%"><a class="subtlelink" href="index.html">Eloquent JavaScript</a></div></h2>
1818

1919
<p>These are the kind souls who have contributed towards making the
2020
second edition of <a href="index.html">Eloquent JavaScript</a>

html/css/ejs.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ nav a {
4444
text-decoration: none !important;
4545
}
4646

47+
a.subtlelink {
48+
color: black !important;
49+
text-decoration: none !important;
50+
}
51+
4752
pre {
4853
padding: 5px 0 5px 15px;
4954
line-height: 1.35;

0 commit comments

Comments
 (0)