File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
2020second edition of < a href ="index.html "> Eloquent JavaScript</ a >
Original file line number Diff line number Diff 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+
4752pre {
4853 padding : 5px 0 5px 15px ;
4954 line-height : 1.35 ;
You can’t perform that action at this time.
0 commit comments